User Story 89540 (#231)

* Fixing Windows VM cluster article code
This commit is contained in:
Tom Archer
2023-07-06 19:30:53 -07:00
committed by GitHub
parent f8b805db85
commit e9538db55e
5 changed files with 127 additions and 0 deletions

View File

@ -0,0 +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 value so name is unique in your Azure subscription."
}