Tom Archer a09536cbbe
User story66570 (#184)
* Changes to VM image; Added type attr to all vars
2023-03-01 10:22:35 +08:00

11 lines
354 B
HCL

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."
}