Skip to content

Commit 310dd75

Browse files
committed
Add output for nat eip
1 parent 392f44c commit 310dd75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vpc/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,8 @@ output "internal_rtb_id" {
181181
output "external_rtb_id" {
182182
value = "${aws_route_table.external.id}"
183183
}
184+
185+
// The list of EIPs associated with the internal subnets.
186+
output "external_nat_ips" {
187+
value = ["${aws_eip.nat.*.public_ip}"]
188+
}

0 commit comments

Comments
 (0)