Skip to content

Commit a6b96f5

Browse files
committed
Add documentation
1 parent 310dd75 commit a6b96f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@
489489
| availability_zones | The list of availability zones of the VPC. |
490490
| internal_rtb_id | The internal route table ID. |
491491
| external_rtb_id | The external route table ID. |
492+
| external_nat_ips | A comma-separated list of internal NAT Gateways IPs. |
492493

493494
# web-service
494495

vpc/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,6 @@ output "external_rtb_id" {
183183
}
184184

185185
// The list of EIPs associated with the internal subnets.
186-
output "external_nat_ips" {
186+
output "internal_nat_ips" {
187187
value = ["${aws_eip.nat.*.public_ip}"]
188188
}

0 commit comments

Comments
 (0)