201-confidential-vmss patch (#142)

* fix 201-confidential-vmss example
This commit is contained in:
Dingjia Chen
2023-02-13 23:37:44 -06:00
committed by GitHub
parent 44e546e979
commit 77c841daa2
4 changed files with 52 additions and 19 deletions

View File

@ -1,15 +1,11 @@
variable "admin_password" {
type = string
sensitive = true
description = "Admin password of the virtual machine scale set"
}
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"
}
}