Skip to content

Commit

Permalink
Added ForceNew equal true to unique_key paths schema (#4163)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDordoy authored and katbyte committed Aug 27, 2019
1 parent 2ea7a7f commit 12a7275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azurerm/resource_arm_cosmosdb_sql_container.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func resourceArmCosmosDbSQLContainer() *schema.Resource {
"paths": {
Type: schema.TypeSet,
Required: true,
ForceNew: true,
Elem: &schema.Schema{
Type: schema.TypeString,
ValidateFunc: validate.NoEmptyStrings,
Expand Down

0 comments on commit 12a7275

Please sign in to comment.