fix region name
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2022-08-01 22:42:57 +02:00
parent c08ba3ab75
commit 48490f85dd
1 changed files with 1 additions and 1 deletions

View File

@ -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"