Skip to content

Instantly share code, notes, and snippets.

@lekansogunle
Created August 30, 2020 19:46
Show Gist options
  • Save lekansogunle/16675d3b13194fe5824c44d608d826a5 to your computer and use it in GitHub Desktop.
Save lekansogunle/16675d3b13194fe5824c44d608d826a5 to your computer and use it in GitHub Desktop.
output "access_vpn_url" {
value = "https://${aws_instance.openvpn.public_ip}:943/admin"
description = "The public url address of the vpn server"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment