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