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 1be86db commit 0718c01Copy full SHA for 0718c01
sumologic/resource_sumologic_partition.go
@@ -32,8 +32,6 @@ func resourceSumologicPartition() *schema.Resource {
32
"analytics_tier": {
33
Type: schema.TypeString,
34
Optional: true,
35
- ValidateFunc: validation.StringInSlice([]string{"continuous", "frequent", "infrequent"}, false),
36
- Default: "continuous",
37
},
38
"retention_period": {
39
Type: schema.TypeInt,
0 commit comments