fix typo
This commit is contained in:
parent
3e3178365d
commit
2f9e17c50a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue