Skip to content

Commit cf86098

Browse files
committed
SUMO-201782: partition desc update
1 parent edaccf6 commit cf86098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sumologic/resource_sumologic_partition.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ func resourceSumologicPartition() *schema.Resource {
3030
ValidateFunc: validation.StringLenBetween(1, 16384),
3131
},
3232
"analytics_tier": {
33-
Type: schema.TypeString,
34-
Optional: true,
33+
Type: schema.TypeString,
34+
Optional: true,
3535
},
3636
"retention_period": {
3737
Type: schema.TypeInt,

0 commit comments

Comments
 (0)