Documentation ¶
Index ¶
Constants ¶
View Source
const DataSourceType = "hcloud_datacenter"
DataSourceType is the type name of the Hetzner Cloud Datacenter datasource.
View Source
const DatacentersDataSourceType = "hcloud_datacenters"
DatacentersDataSourceType is the type name of the Hetzner Cloud Datacenter datasource.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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.