edited readme

This commit is contained in:
asudbring
2024-01-18 22:46:17 -08:00
committed by lonegunmanb
parent 8060a92890
commit af2cfe9093
3 changed files with 7 additions and 6 deletions

View File

@ -4,7 +4,7 @@ variable "resource_group_location" {
description = "Location of the resource group."
}
variable "prefix" {
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."