Edits per Code Review

This commit is contained in:
Tom Archer
2023-03-09 11:08:55 -08:00
parent def91ae46b
commit 562d51ac13
3 changed files with 5 additions and 3 deletions

View File

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