Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDatabaseDataSource ¶
func NewDatabaseDataSource() datasource.DataSource
NewDatabaseDataSource is a helper function to simplify the provider implementation.
func NewDatabaseResource ¶
NewDatabaseResource is a helper function to simplify the provider implementation.
Types ¶
type DatabaseResourceIdentityModel ¶
type DatabaseResourceIdentityModel struct {
ProjectID types.String `tfsdk:"project_id"`
Region types.String `tfsdk:"region"`
InstanceID types.String `tfsdk:"instance_id"`
DatabaseID types.Int64 `tfsdk:"database_id"`
}
DatabaseResourceIdentityModel describes the resource's identity attributes.
Click to show internal directories.
Click to hide internal directories.