Skip to content

Commit b0fdec3

Browse files
author
Sean Sain
committed
move length requirement to 0
1 parent 13fcd1e commit b0fdec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_partition.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func resourceSumologicPartition() *schema.Resource {
2727
"routing_expression": {
2828
Type: schema.TypeString,
2929
Required: true,
30-
ValidateFunc: validation.StringLenBetween(1, 16384),
30+
ValidateFunc: validation.StringLenBetween(0, 16384),
3131
},
3232
"analytics_tier": {
3333
Type: schema.TypeString,

0 commit comments

Comments
 (0)