Documentation ¶
Index ¶
Constants ¶
View Source
const DataSourceType = "hcloud_location"
DataSourceType is the type name of the Hetzner Cloud location datasource.
View Source
const LocationsDataSourceType = "hcloud_locations"
LocationsDataSourceType is the type name of the Hetzner Cloud location datasource.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DData ¶
type DData struct { testtemplate.DataCommon LocationID string LocationName string }
DData defines the fields for the "testdata/d/hcloud_location" template.
type LocationsDData ¶
type LocationsDData struct {
testtemplate.DataCommon
}
LocationsDData defines the fields for the "testdata/d/hcloud_locations" template.
func (*LocationsDData) TFID ¶
func (d *LocationsDData) TFID() string
TFID returns the data source identifier.
Click to show internal directories.
Click to hide internal directories.