initial commit of replacement infrastructure automation
[awsible] / infrastructure / modules / vpcaccess-stack / outputs.tf
diff --git a/infrastructure/modules/vpcaccess-stack/outputs.tf b/infrastructure/modules/vpcaccess-stack/outputs.tf
new file mode 100644 (file)
index 0000000..5bd8ad7
--- /dev/null
@@ -0,0 +1,2 @@
+output "vpn_eip_id" { value = "${aws_eip.vpn.id}" }
+output "vpn_eip_ip" { value = "${aws_eip.vpn.public_ip}"}