create functionapp resourcegroup
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2022-05-17 17:50:38 +02:00
parent 45ab55780f
commit f200349758
1 changed files with 5 additions and 0 deletions

View File

@ -12,3 +12,8 @@ resource "azurerm_resource_group" "rg-cv-staticwebapp" {
name = "rg-cv-staticwebapp"
location = "westeurope"
}
resource "azurerm_resource_group" "rg-hanyadikhetvan-functionapp" {
name = "rg-hanyadikhetvan-functionapp"
location = "westeurope"
}