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 a2d1500 commit ce322f6Copy full SHA for ce322f6
sumologic/resource_sumologic_monitors_library_monitor.go
@@ -91,6 +91,7 @@ func resourceSumologicMonitorsLibraryMonitor() *schema.Resource {
91
"trigger_type": {
92
Type: schema.TypeString,
93
Optional: true,
94
+ ValidateFunc: validation.StringInSlice([]string{"Critical","Warning","MissingData","ResolvedCritical","ResolvedWarning","ResolvedMissingData"}, false),
95
},
96
"threshold": {
97
Type: schema.TypeFloat,
0 commit comments