diff --git a/azure-cosmosdb.tf b/azure-cosmosdb.tf index 4df6dab..bd5ce4c 100644 --- a/azure-cosmosdb.tf +++ b/azure-cosmosdb.tf @@ -13,7 +13,7 @@ resource "azurerm_cosmosdb_account" "cosmodb" { } geo_location { - location = azurerm_resource_group.rg-cosmostest-staticwebapp-cosmosdb.location + location = azurerm_resource_group.rg-cosmostest-cosmosdb.location failover_priority = 0 } } \ No newline at end of file