create functionapp resourcegroup
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
45ab55780f
commit
f200349758
@ -12,3 +12,8 @@ resource "azurerm_resource_group" "rg-cv-staticwebapp" {
|
|||||||
name = "rg-cv-staticwebapp"
|
name = "rg-cv-staticwebapp"
|
||||||
location = "westeurope"
|
location = "westeurope"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resource "azurerm_resource_group" "rg-hanyadikhetvan-functionapp" {
|
||||||
|
name = "rg-hanyadikhetvan-functionapp"
|
||||||
|
location = "westeurope"
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user