4 lines
102 B
HCL
4 lines
102 B
HCL
output "vm_private_key" {
|
|
sensitive = true
|
|
value = tls_private_key.vm_key.private_key_pem
|
|
} |