Dingjia Chen 77c841daa2
201-confidential-vmss patch (#142)
* fix 201-confidential-vmss example
2023-02-14 13:37:44 +08:00

11 lines
267 B
HCL

variable "location" {
type = string
default = "westus"
description = "Location where resources will be created"
}
variable "name_prefix" {
type = string
default = "201-confidential-vmss"
description = "Prefix of the resource name"
}