Skip to content

Commit

Permalink
[CES-502] Update Citizen Cosmos DB secondary region (#1307)
Browse files Browse the repository at this point in the history
Co-authored-by: Krusty93 <andera.grillo@pagopa.it>
  • Loading branch information
Krusty93 and Krusty93 authored Nov 12, 2024
1 parent 2d9a703 commit 7c7340f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/domains/citizen-auth-common/05_database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ module "cosmosdb_account" {
main_geo_location_location = "italynorth"
main_geo_location_zone_redundant = true
additional_geo_locations = [{
location = azurerm_resource_group.data_rg.location
location = "spaincentral"
failover_priority = 1
zone_redundant = true
zone_redundant = false
}]
consistency_policy = {
consistency_level = "Session"
Expand Down

0 comments on commit 7c7340f

Please sign in to comment.