lonegunmanb 5ca09eaaf6
201-confidential-vm patch (#146)
* fix 201-confidential-vm example

---------

Co-authored-by: zjhe <hezijie@microsoft.com>
2023-02-11 11:34:22 +08:00

11 lines
318 B
HCL

variable "location" {
type = string
default = "eastus"
description = "Location where resources will be created"
}
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."
}