First commit
This commit is contained in:
4
infrastructure/resource_group.tf
Normal file
4
infrastructure/resource_group.tf
Normal file
@@ -0,0 +1,4 @@
|
||||
resource "azurerm_resource_group" "resource_group" {
|
||||
name = var.RESOURCE_GROUP_NAME
|
||||
location = var.REGION
|
||||
}
|
||||
Reference in New Issue
Block a user