Skip to content

Commit

Permalink
add bastion_public_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Sep 6, 2021
1 parent 9ce661f commit bc96fae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ output "bastion_ssh_access" {
description = "SSH access string for bastion hosts."
value = formatlist("ssh -A opc@%s.${var.tvd_domain}", oci_core_instance.bastion.*.hostname_label)
}
output "bastion_public_url" {
description = "Bastion Apache Guacammole URL."
value = formatlist("http://%s.${tvd_domain}/guacamole", oci_core_instance.bastion.*.hostname_label)
}
# --- EOF -------------------------------------------------------------------

0 comments on commit bc96fae

Please sign in to comment.