Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Sep 6, 2021
1 parent bc96fae commit b8320dd
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 @@ -46,6 +46,6 @@ output "bastion_ssh_access" {
}
output "bastion_public_url" {
description = "Bastion Apache Guacammole URL."
value = formatlist("http://%s.${tvd_domain}/guacamole", oci_core_instance.bastion.*.hostname_label)
value = formatlist("http://%s.${var.tvd_domain}/guacamole", oci_core_instance.bastion.*.hostname_label)
}
# --- EOF -------------------------------------------------------------------

0 comments on commit b8320dd

Please sign in to comment.