Skip to content

Commit

Permalink
switch to serverless cosmosDB until change to PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 18, 2024
1 parent 2c9521a commit 366d234
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/web/storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ resource "azurerm_cosmosdb_account" "db_account" {
capabilities {
name = "EnableMongo"
}
capabilities {
name = "EnableServerless"
}
capabilities {
name = "EnableMongoRetryableWrites"
}
consistency_policy {
consistency_level = "Session"
}
Expand Down

0 comments on commit 366d234

Please sign in to comment.