Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSecurityGroupDataSource ¶
func NewSecurityGroupDataSource() datasource.DataSource
NewSecurityGroupDataSource is a helper function to simplify the provider implementation.
func NewSecurityGroupResource ¶
NewSecurityGroupResource is a helper function to simplify the provider implementation.
Types ¶
type Model ¶
type Model struct { Id types.String `tfsdk:"id"` // needed by TF ProjectId types.String `tfsdk:"project_id"` SecurityGroupId types.String `tfsdk:"security_group_id"` Name types.String `tfsdk:"name"` Description types.String `tfsdk:"description"` Labels types.Map `tfsdk:"labels"` Stateful types.Bool `tfsdk:"stateful"` }
Click to show internal directories.
Click to hide internal directories.