Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewManagedRuleSetDataSource ¶
func NewManagedRuleSetDataSource() datasource.DataSource
Types ¶
type Model ¶
type Model struct {
Id types.String `tfsdk:"id"` // needed by TF
ProjectId types.String `tfsdk:"project_id"`
Region types.String `tfsdk:"region"`
Name types.String `tfsdk:"name"`
Groups types.Map `tfsdk:"groups"`
Type types.String `tfsdk:"type"`
Usage types.Object `tfsdk:"usage"`
Version types.String `tfsdk:"version"`
}
type RuleGroupModel ¶
Click to show internal directories.
Click to hide internal directories.