projects
/
awsible
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial commit of replacement infrastructure automation
[awsible]
/
infrastructure
/
modules
/
vpcaccess-stack
/
outputs.tf
1
output "vpn_eip_id" { value = "${aws_eip.vpn.id}" }
2
output "vpn_eip_ip" { value = "${aws_eip.vpn.public_ip}"}