fix typo
This commit is contained in:
parent
ff79f4fd31
commit
3e3178365d
|
@ -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" {
|
||||
|
|
Loading…
Reference in New Issue