We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310dd75 commit a6b96f5Copy full SHA for a6b96f5
docs.md
@@ -489,6 +489,7 @@
489
| availability_zones | The list of availability zones of the VPC. |
490
| internal_rtb_id | The internal route table ID. |
491
| external_rtb_id | The external route table ID. |
492
+| external_nat_ips | A comma-separated list of internal NAT Gateways IPs. |
493
494
# web-service
495
vpc/main.tf
@@ -183,6 +183,6 @@ output "external_rtb_id" {
183
}
184
185
// The list of EIPs associated with the internal subnets.
186
-output "external_nat_ips" {
+output "internal_nat_ips" {
187
value = ["${aws_eip.nat.*.public_ip}"]
188
0 commit comments