Commit b5570009 authored by A-Gordon's avatar A-Gordon

Added the Elastic IP addresses for the Nat gateways to the outputs

parent 8c5f1320
Pipeline #1501 passed with stage
in 15 seconds
...@@ -151,3 +151,7 @@ output "public_route_table_id" { ...@@ -151,3 +151,7 @@ output "public_route_table_id" {
output "private_route_table_ids" { output "private_route_table_ids" {
value = ["${aws_route_table.private.*.id}"] value = ["${aws_route_table.private.*.id}"]
} }
output "nat_gateway_public_ips" {
value = ["${aws_eip.nat.*.public_ip}"]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment