Added code

This commit is contained in:
Tom Archer
2022-08-29 15:43:40 -07:00
parent 9072d1d114
commit 62b49e2a91
4 changed files with 170 additions and 0 deletions

View File

@ -0,0 +1,9 @@
variable "resource_group_location" {
default = "eastus"
description = "Location of the resource group."
}
variable "resource_group_name_prefix" {
default = "rg"
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
}