201-confidential-vm patch (#146)

* fix 201-confidential-vm example

---------

Co-authored-by: zjhe <hezijie@microsoft.com>
This commit is contained in:
lonegunmanb
2023-02-11 11:34:22 +08:00
committed by GitHub
parent da7427ee53
commit 5ca09eaaf6
4 changed files with 43 additions and 23 deletions

View File

@ -1,14 +1,11 @@
variable "location" {
type = string
default = "eastus"
description = "Location where resources will be created"
}
variable "name_prefix" {
type = string
description = "Prefix of the resource name"
}
variable "vm_public_key" {
type = string
description = "Public key of the Virtual Machine"
}
variable "msi_id" {
type = string
default = null
description = "If you're executing the test with user assigned identity, please pass the identity principal id to this variable."
}