Skip to content

Commit

Permalink
rename ssh_port to vpn_port
Browse files Browse the repository at this point in the history
  • Loading branch information
oehrlis committed Mar 9, 2023
1 parent 57b4a31 commit da60262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +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
vpn_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 da60262

Please sign in to comment.