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