Documentation
¶
Index ¶
Constants ¶
View Source
const DataSourceType = "hcloud_firewall"
DataSourceType is the type name of the Hetzner Cloud Firewall resource.
View Source
const ResourceType = "hcloud_firewall"
ResourceType is the type name of the Hetzner Cloud Firewall resource.
Variables ¶
This section is empty.
Functions ¶
func DataSource ¶
Types ¶
type DData ¶
type DData struct { testtemplate.DataCommon FirewallID string FirewallName string LabelSelector string }
DData defines the fields for the "testdata/d/hcloud_firewall" template.
type RData ¶
type RData struct { testtemplate.DataCommon Name string Rules []RDataRule Labels map[string]string }
RData defines the fields for the "testdata/r/hcloud_firewall" template.
Click to show internal directories.
Click to hide internal directories.