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 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"`
// Deprecated: ACL is deprecated and will be removed after January 2027
ACL types.List `tfsdk:"acl"`
BackupSchedule types.String `tfsdk:"backup_schedule"`
Flavor types.Object `tfsdk:"flavor"`
FlavorId types.String `tfsdk:"flavor_id"`
Storage types.Object `tfsdk:"storage"`
Version types.String `tfsdk:"version"`
Replicas types.Int32 `tfsdk:"replicas"`
Edition types.String `tfsdk:"edition"`
// Deprecated: Options is deprecated and will be removed after January 2027
Options types.Object `tfsdk:"options"`
RetentionDays types.Int32 `tfsdk:"retention_days"`
Network types.Object `tfsdk:"network"`
Region types.String `tfsdk:"region"`
}
Click to show internal directories.
Click to hide internal directories.