fix hhv resourcegroup
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2022-05-21 21:14:38 +02:00
parent 0b846ae8d2
commit fb17e1839f
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ resource "azurerm_resource_group" "rg-kmlabz-staticwebapp" {
}
resource "azurerm_resource_group" "rg-hhv-staticwebapp" {
name = "rg-kmlabz-staticwebapp"
name = "rg-hhv-staticwebapp"
location = "westeurope"
}