move region
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2022-08-01 22:38:05 +02:00
parent 14f9b70bda
commit c08ba3ab75

View File

@ -1,6 +1,6 @@
resource "azurerm_cosmosdb_account" "cosmodb" { resource "azurerm_cosmosdb_account" "cosmodb" {
name = "cosmosdbazurefunction" name = "cosmosdbazurefunction"
location = azurerm_resource_group.rg-cosmostest-staticwebapp-cosmosdb.location location = "ger-west-central"
resource_group_name = azurerm_resource_group.rg-cosmostest-staticwebapp-cosmosdb.name resource_group_name = azurerm_resource_group.rg-cosmostest-staticwebapp-cosmosdb.name
offer_type = "Standard" offer_type = "Standard"
kind = "GlobalDocumentDB" kind = "GlobalDocumentDB"