Skip to content

Commit

Permalink
refactor(cosmos_db): change partition_key_path to partition_key_paths…
Browse files Browse the repository at this point in the history
… as an array in sql_databases.tfvars
  • Loading branch information
rfernandezdo committed Oct 30, 2024
1 parent 98e5656 commit 7d46c0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cosmos_dbs = {
containers = {
container1 = {
name = "container-ex101"
partition_key_path = "/partitionKeyPath"
partition_key_paths = ["/partitionKeyPath"]

unique_key = {
paths = ["/uniquePath1", "/uniquePath2"]
Expand Down

0 comments on commit 7d46c0f

Please sign in to comment.