Skip to content

Commit 0718c01

Browse files
committed
SUMO-201782: remove regex check from terrafrom partition data dier field
1 parent 1be86db commit 0718c01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sumologic/resource_sumologic_partition.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ func resourceSumologicPartition() *schema.Resource {
3232
"analytics_tier": {
3333
Type: schema.TypeString,
3434
Optional: true,
35-
ValidateFunc: validation.StringInSlice([]string{"continuous", "frequent", "infrequent"}, false),
36-
Default: "continuous",
3735
},
3836
"retention_period": {
3937
Type: schema.TypeInt,

0 commit comments

Comments
 (0)