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 93b55cd commit f197d76Copy full SHA for f197d76
sumologic/resource_sumologic_partition.go
@@ -32,7 +32,7 @@ func resourceSumologicPartition() *schema.Resource {
32
"analytics_tier": {
33
Type: schema.TypeString,
34
Optional: true,
35
- ValidateFunc: validation.StringInSlice([]string{"continuous", "frequent", "infrequent", "enhanced", "basic", "cold"}, false),
+ ValidateFunc: validation.StringInSlice([]string{"continuous", "frequent", "infrequent"}, false),
36
Default: "continuous",
37
},
38
// Terraform does not support reducing the retention period after creation
0 commit comments