Documentation ¶
Index ¶
Constants ¶
View Source
const DataSourceListType = "hcloud_ssh_keys"
DataSourceListType is the type name of the Hetzner Cloud SSH Keys data source.
View Source
const DataSourceType = "hcloud_ssh_key"
DataSourceType is the type name of the Hetzner Cloud SSH Key data source.
View Source
const ResourceType = "hcloud_ssh_key"
ResourceType is the type name of the Hetzner Cloud SSH Key resource.
Variables ¶
This section is empty.
Functions ¶
func NewDataSource ¶ added in v1.46.0
func NewDataSource() datasource.DataSource
func NewDataSourceList ¶ added in v1.46.0
func NewDataSourceList() datasource.DataSource
func NewResource ¶ added in v1.46.0
Types ¶
type DData ¶
type DData struct { testtemplate.DataCommon SSHKeyID string SSHKeyName string LabelSelector string }
DData defines the fields for the "testdata/d/hcloud_ssh_key" template.
type DDataList ¶ added in v1.31.0
type DDataList struct { testtemplate.DataCommon LabelSelector string }
DDataList defines the fields for the "testdata/d/hcloud_ssh_keys" template.
Click to show internal directories.
Click to hide internal directories.