Implemented changes per review

This commit is contained in:
Tom Archer
2021-09-29 06:47:25 -07:00
parent 2c79eb6a23
commit a8ba805c8b
3 changed files with 8 additions and 5 deletions

View File

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