We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebb58b commit 00a3e94Copy full SHA for 00a3e94
dynatrace/api/builtin/alerting/profile/settings/severity_rule.go
@@ -72,9 +72,9 @@ func (me *SeverityRule) Schema() map[string]*schema.Schema {
72
"tags": {
73
Type: schema.TypeSet,
74
Description: "Entities which contain any/all of the configured tags will match this alerting profile. It is recommended to use manual tags.",
75
- MinItems: 1,
76
- Optional: true,
77
- Elem: &schema.Schema{Type: schema.TypeString},
+ // MinItems: 1, // #652
+ Optional: true,
+ Elem: &schema.Schema{Type: schema.TypeString},
78
},
79
}
80
0 commit comments