This commit is contained in:
Ryan Malloy 2024-11-09 12:56:51 -07:00
parent 3e3178365d
commit 2f9e17c50a
1 changed files with 1 additions and 0 deletions

View File

@ -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" {