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 13fcd1e commit b0fdec3Copy full SHA for b0fdec3
sumologic/resource_sumologic_partition.go
@@ -27,7 +27,7 @@ func resourceSumologicPartition() *schema.Resource {
27
"routing_expression": {
28
Type: schema.TypeString,
29
Required: true,
30
- ValidateFunc: validation.StringLenBetween(1, 16384),
+ ValidateFunc: validation.StringLenBetween(0, 16384),
31
},
32
"analytics_tier": {
33
0 commit comments