Versions in this module Expand all Collapse all v0 v0.110.0 Aug 5, 2026 v0.109.0 Aug 5, 2026 Changes in this version + func NewCustomRuleGroupDataSource() datasource.DataSource + func NewCustomRuleGroupResource() resource.Resource + func OnlyAllowedIfBoolEquals(target path.Expression, value bool) validator.String + type BehaviorModel struct + Action types.String + Log types.Bool + LogMsg types.String + Severity types.String + type ConditionModel struct + Operator types.Object + Transformations types.List + Variable types.Object + type Model struct + Id types.String + Name types.String + ProjectId types.String + Region types.String + Rules types.List + type OnlyAllowedIfBoolEqualsValidator struct + Target path.Expression + Value bool + func (v OnlyAllowedIfBoolEqualsValidator) Description(_ context.Context) string + func (v OnlyAllowedIfBoolEqualsValidator) MarkdownDescription(ctx context.Context) string + func (v OnlyAllowedIfBoolEqualsValidator) ValidateString(ctx context.Context, req validator.StringRequest, ...) + type OperatorModel struct + Type types.String + Value types.String + type RuleModel struct + Behavior types.Object + Conditions types.List + Description types.String + Id types.Int32 + type VariableModel struct + Type types.String + Value types.String