Documentation ¶
Index ¶
Constants ¶
View Source
const (
DataSourceGetName = "workspace"
)
View Source
const (
DataSourceListName = "workspaces"
)
View Source
const (
ResourceName = "workspace"
)
Variables ¶
This section is empty.
Functions ¶
func NewDataSourceGet ¶
func NewDataSourceGet() datasource.DataSource
NewDataSourceGet is a helper function to simplify the provider implementation.
func NewDataSourceList ¶
func NewDataSourceList() datasource.DataSource
NewDataSourceList is a helper function to simplify the provider implementation.
func NewResource ¶
NewResource is a helper function to simplify the provider implementation.
func NewSizeValidator ¶
NewSizeValidator returns an AttributeValidator which ensures that any configured attribute value:
- Is a string.
- Matches the workspace size format.
Null (unconfigured) and unknown (known after apply) values are skipped.
func ValidateTerraformSize ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.