201-confidential-vm patch (#146)
* fix 201-confidential-vm example --------- Co-authored-by: zjhe <hezijie@microsoft.com>
This commit is contained in:
4
quickstart/201-confidential-vm/outputs.tf
Normal file
4
quickstart/201-confidential-vm/outputs.tf
Normal file
@ -0,0 +1,4 @@
|
||||
output "vm_private_key" {
|
||||
sensitive = true
|
||||
value = tls_private_key.vm_key.private_key_pem
|
||||
}
|
Reference in New Issue
Block a user