update cosmosdb location to recommended
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2022-08-02 19:42:55 +02:00
parent e881062f31
commit 052566269d
1 changed files with 1 additions and 1 deletions

View File

@ -40,5 +40,5 @@ resource "azurerm_resource_group" "rg-cosmostest-staticwebapp" {
resource "azurerm_resource_group" "rg-cosmostest-cosmosdb" { resource "azurerm_resource_group" "rg-cosmostest-cosmosdb" {
name = "rg-cosmostest-cosmosdb" name = "rg-cosmostest-cosmosdb"
location = "westeurope" location = "northeurope"
} }