Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInstanceDataSource ¶
func NewInstanceDataSource() datasource.DataSource
NewInstanceDataSource is a helper function to simplify the provider implementation.
func NewInstanceResource ¶
NewInstanceResource is a helper function to simplify the provider implementation.
Types ¶
type KmsKeyModel ¶ added in v0.89.0
type Model ¶
type Model struct {
Id types.String `tfsdk:"id"` // needed by TF
InstanceId types.String `tfsdk:"instance_id"`
ProjectId types.String `tfsdk:"project_id"`
Name types.String `tfsdk:"name"`
KmsKey *KmsKeyModel `tfsdk:"kms_key"`
ACLs types.Set `tfsdk:"acls"` //nolint:tfacl // field was here before linter was introduced
}
Click to show internal directories.
Click to hide internal directories.