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

@ -0,0 +1,4 @@
output "vm_private_key" {
sensitive = true
value = tls_private_key.vm_key.private_key_pem
}