Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DataSourceType is the type name of the Hetzner Cloud Datacenter // datasource. DataSourceType = "hcloud_datacenter" // DatacentersDataSourceType is the type name of the Hetzner Cloud // Datacenters datasource. DatacentersDataSourceType = "hcloud_datacenters" )
Variables ¶
This section is empty.
Functions ¶
func DataSource ¶ added in v1.24.1
DataSource creates a new Terraform schema for the Hetzner Cloud Datacenter data source.
func DatacentersDataSource ¶ added in v1.24.1
DatacentersDataSource creates a new Terraform schema for the Hetzner Cloud Datacenters data source.
Types ¶
type DData ¶
type DData struct { testtemplate.DataCommon DatacenterID string DatacenterName string }
DData defines the fields for the "testdata/d/hcloud_datacenter" template.
type DatacentersDData ¶
type DatacentersDData struct {
testtemplate.DataCommon
}
DatacentersDData defines the fields for the "testdata/d/hcloud_datacenters" template.
func (*DatacentersDData) TFID ¶
func (d *DatacentersDData) TFID() string
TFID returns the data source identifier.
Click to show internal directories.
Click to hide internal directories.