Updated sample (#256)

This commit is contained in:
Tom Archer
2023-10-10 18:34:10 -07:00
committed by GitHub
parent fd8b296704
commit c607e8db9e
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,11 @@
variable "resource_group_location" {
type = string
default = "eastus"
description = "Location of the resource group."
}
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."
}