From 3e3178365d4aba8cc8856091197682500b6fe710 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Sat, 9 Nov 2024 12:33:44 -0700 Subject: [PATCH] fix typo --- outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index 185082d..8ff0178 100644 --- a/outputs.tf +++ b/outputs.tf @@ -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" {