Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvironmentVariableDataSource ¶
func EnvironmentVariableDataSource() datasource.DataSource
EnvironmentVariableDataSource is a helper function to simplify the provider implementation.
func EnvironmentVariableResource ¶
EnvironmentVariableResource is a helper function to simplify the provider implementation.
Types ¶
type EnvironmentVariableDataSourceModel ¶
type EnvironmentVariableDataSourceModel struct { ID types.String `tfsdk:"id"` ProjectID types.Int64 `tfsdk:"project_id"` Name types.String `tfsdk:"name"` EnvironmentValues types.Map `tfsdk:"environment_values"` }
EnvironmentVariableDataSourceModel is the model for the data source
type EnvironmentVariableResourceModel ¶
type EnvironmentVariableResourceModel struct { ID types.String `tfsdk:"id"` ProjectID types.Int64 `tfsdk:"project_id"` Name types.String `tfsdk:"name"` EnvironmentValues types.Map `tfsdk:"environment_values"` }
EnvironmentVariableResourceModel is the model for the resource
Click to show internal directories.
Click to hide internal directories.