refactor code

This commit is contained in:
Jen Sheerin
2022-03-25 14:54:22 -04:00
parent 64aa77f9f8
commit d0af975d18
12 changed files with 139 additions and 61 deletions

View File

@ -1,7 +1,7 @@
## Create a Resource Group for Storage
resource "azurerm_resource_group" "rg_storage" {
location = "east us"
name = "af-storage-rg"
location = var.deploy_location
name = var.rg_stor
}
# generate a random string (consisting of four characters)