fix example (#167)

This commit is contained in:
Dingjia Chen
2023-02-20 20:17:36 -06:00
committed by GitHub
parent 30ab022102
commit a0db8af3a5
4 changed files with 47 additions and 39 deletions

View File

@ -3,11 +3,8 @@ variable "resource_group_location" {
description = "Location of the resource group."
}
variable "resource_group_name_prefix" {
default = "rg"
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
}
variable "admin_password" {
description = "The password to assign to the Windows Administrator user account."
variable "prefix" {
type = string
default = "win-vm-iis"
description = "Prefix of the resource name"
}