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 ef81eef commit 0e1f8b2Copy full SHA for 0e1f8b2
website/docs/r/partition.html.markdown
@@ -13,7 +13,7 @@ Provides a [Sumologic Partition][1].
13
resource "sumologic_partition" "examplePartition" {
14
name = "terraform_examplePartition"
15
routing_expression = "_sourcecategory=*/Terraform"
16
- analytics_tier = "enhanced"
+ analytics_tier = "continuous"
17
is_compliant = false
18
lifecycle {
19
prevent_destroy = true
0 commit comments