Skip to content

Commit e0ff2a5

Browse files
authored
Merge pull request #487 from SumoLogic/SUMO-0-fix-terraform-refresh-interval-values
SUMO-0: Fix terraform refresh interval values
2 parents 9e67c3a + 5c102ca commit e0ff2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func resourceSumologicDashboard() *schema.Resource {
7979
"refresh_interval": {
8080
Type: schema.TypeInt,
8181
Optional: true,
82-
ValidateFunc: validation.IntInSlice([]int{0, 120, 300, 900, 1800, 3600, 7200, 86400}),
82+
ValidateFunc: validation.IntInSlice([]int{0, 30, 60, 120, 300, 900, 1800, 3600, 7200, 86400}),
8383
},
8484
"time_range": {
8585
Type: schema.TypeList,

0 commit comments

Comments
 (0)