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.
2 parents 6135cfc + dd9a044 commit 9e67c3aCopy full SHA for 9e67c3a
sumologic/resource_sumologic_dashboard.go
@@ -79,7 +79,7 @@ func resourceSumologicDashboard() *schema.Resource {
79
"refresh_interval": {
80
Type: schema.TypeInt,
81
Optional: true,
82
- ValidateFunc: validation.IntInSlice([]int{120, 300, 900, 1800, 3600, 7200, 86400}),
+ ValidateFunc: validation.IntInSlice([]int{0, 120, 300, 900, 1800, 3600, 7200, 86400}),
83
},
84
"time_range": {
85
Type: schema.TypeList,
0 commit comments