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

This commit is contained in:
Torma Kristóf 2022-05-17 19:29:50 +02:00
parent f67870fa25
commit 02452124e0
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-subscription-budget" {
name = "rg-subscription-budget"
location = "westeurope"
}