add function rg
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2022-05-17 19:44:27 +02:00
parent 02452124e0
commit a44b84f0b4
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-hanyadikhet-functionapp" {
name = "rg-hanyadikhet-functionapp"
location = "westeurope"
}