Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Replace deprecated params
Browse files Browse the repository at this point in the history
  • Loading branch information
heoelri committed May 14, 2024
1 parent 7c24968 commit 385a55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/infra/workload/globalresources/cosmosdb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ resource "azurerm_cosmosdb_account" "main" {
resource_group_name = azurerm_resource_group.global.name
offer_type = "Standard"

enable_automatic_failover = true
enable_multiple_write_locations = true
automatic_failover_enabled = true
multiple_write_locations_enabled = true

consistency_policy {
consistency_level = "Session"
Expand Down

0 comments on commit 385a55e

Please sign in to comment.