This commit is contained in:
Jen Sheerin
2022-03-28 22:05:53 -04:00
parent b562c8a2fc
commit a2399f96b5
8 changed files with 96 additions and 63 deletions

View File

@ -1,5 +1,5 @@
resource "azurerm_resource_group" "log" {
name = "${var.shared}-resources"
name = var.rg_shared_name
location = var.deploy_location
}