Added randomness of rg name, links to ref docs

This commit is contained in:
Tom Archer
2021-08-07 22:17:06 -07:00
parent abc1bd8bbe
commit 2c79eb6a23
4 changed files with 17 additions and 13 deletions

View File

@ -1,5 +1,6 @@
variable "resource_group_name" {
default = "myResourceGroup"
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."
}
variable "resource_group_location" {