remove functionapp resource
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2022-05-17 17:57:36 +02:00
parent f200349758
commit 4120c658ae
1 changed files with 0 additions and 5 deletions

View File

@ -12,8 +12,3 @@ 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"
}