Skip to content

Commit

Permalink
add inbound_vpn_port
Browse files Browse the repository at this point in the history
  • Loading branch information
oehrlis committed Mar 9, 2023
1 parent 6a859af commit 57b4a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compute.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ resource "oci_core_instance" "bastion" {
yum_upgrade = var.yum_upgrade
guacamole_user = var.guacamole_user
ssh_port = var.inbound_ssh_port
ssh_port = var.inbound_vpn_port
guacamole_connections = base64gzip(local.guacamole_connections)
authorized_keys = base64gzip(local.ssh_authorized_keys)
etc_hosts = base64gzip(local.hosts_file)
Expand Down

0 comments on commit 57b4a31

Please sign in to comment.