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

This commit is contained in:
2022-08-02 19:42:55 +02:00
parent e881062f31
commit 052566269d
+1 -1
View File
@@ -40,5 +40,5 @@ resource "azurerm_resource_group" "rg-cosmostest-staticwebapp" {
resource "azurerm_resource_group" "rg-cosmostest-cosmosdb" {
name = "rg-cosmostest-cosmosdb"
location = "westeurope"
location = "northeurope"
}