Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewScfOrganizationDataSource ¶
func NewScfOrganizationDataSource() datasource.DataSource
NewScfOrganizationDataSource creates a new instance of the scfOrganizationDataSource.
func NewScfOrganizationResource ¶
NewScfOrganizationResource is a helper function to create a new scf organization resource.
Types ¶
type Model ¶
type Model struct {
Id types.String `tfsdk:"id"` // Required by Terraform
CreateAt types.String `tfsdk:"created_at"`
Name types.String `tfsdk:"name"`
PlatformId types.String `tfsdk:"platform_id"`
ProjectId types.String `tfsdk:"project_id"`
QuotaId types.String `tfsdk:"quota_id"`
OrgId types.String `tfsdk:"org_id"`
Region types.String `tfsdk:"region"`
Status types.String `tfsdk:"status"`
Suspended types.Bool `tfsdk:"suspended"`
UpdatedAt types.String `tfsdk:"updated_at"`
}
Click to show internal directories.
Click to hide internal directories.