From 48490f85ddf64a93eb4eadaa274a24f5c0002bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Mon, 1 Aug 2022 22:42:57 +0200 Subject: [PATCH] fix region name --- azure-cosmosdb.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-cosmosdb.tf b/azure-cosmosdb.tf index a9562a1..54421bb 100644 --- a/azure-cosmosdb.tf +++ b/azure-cosmosdb.tf @@ -1,6 +1,6 @@ resource "azurerm_cosmosdb_account" "cosmodb" { name = "cosmosdbazurefunction" - location = "ger-west-central" + location = "germanywestcentral" resource_group_name = azurerm_resource_group.rg-cosmostest-staticwebapp-cosmosdb.name offer_type = "Standard" kind = "GlobalDocumentDB"