fix typo
This commit is contained in:
parent
3e3178365d
commit
2f9e17c50a
|
@ -6,6 +6,7 @@ output "ubuntu_ami" {
|
|||
output "private_key" {
|
||||
value = tls_private_key.ssh_key.private_key_pem
|
||||
description = "SSH Private Key (PEM format)"
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "public_key" {
|
||||
|
|
Loading…
Reference in New Issue