Skip to content

Commit

Permalink
ts non unique
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesbrandenburger committed Jan 20, 2024
1 parent 0252892 commit 9388aaa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deployement/datastore-deployment/datastore-deployment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ resource "azurerm_cosmosdb_mongo_collection" "heatRegionState" {
}
index {
keys = ["timestamp"]
unique = true
}
}

Expand All @@ -141,7 +140,6 @@ resource "azurerm_cosmosdb_mongo_collection" "analytics" {
}
index {
keys = ["timestamp"]
unique = true
}
}

Expand Down

0 comments on commit 9388aaa

Please sign in to comment.