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

4 lines
102 B
HCL

output "vm_private_key" {
sensitive = true
value = tls_private_key.vm_key.private_key_pem
}