Skip to content

Commit

Permalink
Update cosmos db
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Sep 11, 2024
1 parent 6cd1a53 commit 3456e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/infra/cosmosdb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module "cosmosdb_account" {
resource_group_name = azurerm_resource_group.resource_group.name
tags = var.tags
cosmosdb_account_name = "${local.prefix}-cosmos001"
cosmosdb_account_access_key_metadata_writes_enabled = false
cosmosdb_account_access_key_metadata_writes_enabled = true
cosmosdb_account_analytical_storage_enabled = false
cosmosdb_account_automatic_failover_enabled = false
cosmosdb_account_backup = {
Expand Down

0 comments on commit 3456e0e

Please sign in to comment.