2023-02-21 10:17:36 +08:00

10 lines
234 B
HCL

variable "resource_group_location" {
default = "eastus"
description = "Location of the resource group."
}
variable "prefix" {
type = string
default = "win-vm-iis"
description = "Prefix of the resource name"
}