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 cf86098 commit 9f265ceCopy full SHA for 9f265ce
sumologic/resource_sumologic_partition_test.go
@@ -91,6 +91,7 @@ resource "sumologic_partition" "foo" {
91
routing_expression = "_sourcecategory=*/Terraform"
92
is_compliant = false
93
retention_period = 30
94
+ analytics_tier = "continuous"
95
}
96
`, testName)
97
@@ -102,6 +103,7 @@ resource "sumologic_partition" "foo" {
102
103
104
retention_period = 365
105
106
107
108
109
0 commit comments