This commit is contained in:
Ryan Malloy 2024-11-09 12:33:44 -07:00
parent ff79f4fd31
commit 3e3178365d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ output "private_key" {
output "public_key" {
value = tls_private_key.ssh_key.public_key_openssh
description "SSH Public Key (OpenSSH format)"
description = "SSH Public Key (OpenSSH format)"
}
output "ubuntu_instance_public_ip" {