Skip to content

Commit

Permalink
minor update on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oehrlis committed Feb 27, 2023
1 parent 2be5bde commit 97dc0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ output "bastion_dns_records" {
}

output "bastion_ssh_access" {
description = "SSH access string for bastion hosts."
description = "SSH access string for bastion hosts with specific port"
value = formatlist("ssh -A -p ${var.public_ssh_port} opc@%s.${var.tvd_domain}", oci_core_instance.bastion.*.hostname_label)
}
output "bastion_public_url" {
Expand Down

0 comments on commit 97dc0c8

Please sign in to comment.