10 lines
234 B
HCL
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"
|
|
} |