Skip to content

Commit

Permalink
update header
Browse files Browse the repository at this point in the history
  • Loading branch information
oehrlis committed Mar 9, 2023
1 parent f49b759 commit 6a859af
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cloudinit/bastion_config.template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Name.......: bastion_config.template.sh
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2021.12.16
# Date.......: 2023.03.09
# Revision...:
# Purpose....: Script to configure the bastion host after bootstrap
# Notes......: --
Expand Down
2 changes: 1 addition & 1 deletion datasource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Name.......: datasource.tf
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2020.10.12
# Date.......: 2023.03.09
# Revision...:
# Purpose....: Compute Instance for the terraform module tvdlab bastion.
# Notes......: --
Expand Down
2 changes: 1 addition & 1 deletion dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Name.......: dns.tf
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2020.10.13
# Date.......: 2023.03.09
# Revision...:
# Purpose....: DNS registration for bastion jost.
# Notes......: --
Expand Down
2 changes: 1 addition & 1 deletion examples/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Name.......: terraform.tfvars.example
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2020.10.12
# Date.......: 2023.03.09
# Revision...:
# Purpose....: Example Terraform Variable file.
# Notes......:
Expand Down
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Name.......: main.tf
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2020.10.12
# Date.......: 2023.03.09
# Revision...:
# Purpose....: Main file for the terraform module tvdlab vcn.
# Notes......: Define a minimal terraform version
Expand All @@ -17,4 +17,4 @@
terraform {
required_version = ">= 0.13.0"
}
# --- EOF -------------------------------------------------------------------
# --- EOF -------------------------------------------------------------------
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Name.......: outputs.tf
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2020.10.12
# Date.......: 2023.03.09
# Revision...:
# Purpose....: Output for the terraform module tvdlab bastion.
# Notes......: --
Expand Down Expand Up @@ -42,7 +42,7 @@ output "bastion_dns_records" {

output "bastion_ssh_access" {
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)
value = formatlist("ssh -A -p ${var.inbound_ssh_port} opc@%s.${var.tvd_domain}", oci_core_instance.bastion.*.hostname_label)
}
output "bastion_public_url" {
description = "Bastion Apache Guacammole URL."
Expand Down

0 comments on commit 6a859af

Please sign in to comment.