Skip to content

Commit af6e873

Browse files
committed
Updated README. There will be one NAT gateway per AZ.
1 parent 2cbc513 commit af6e873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Module Input Variables
1616
- `azs` - list of AZs in which to distribute subnets
1717
- `enable_dns_hostnames` - should be true if you want to use private DNS within the VPC
1818
- `enable_dns_support` - should be true if you want to use private DNS within the VPC
19-
- `enable_nat_gateway` - should be true if you want to provision NAT Gateways for each of your private networks
19+
- `enable_nat_gateway` - should be true if you want to provision NAT Gateways
2020
- `map_public_ip_on_launch` - should be false if you do not want to auto-assign public IP on launch
2121
- `private_propagating_vgws` - list of VGWs the private route table should propagate
2222
- `public_propagating_vgws` - list of VGWs the public route table should propagate
@@ -25,7 +25,7 @@ Module Input Variables
2525
It's generally preferable to keep `public_subnets`, `private_subnets`, and
2626
`azs` to lists of the same length.
2727

28-
This module optionally creates NAT Gateways in each public subnet and sets them
28+
This module optionally creates NAT Gateways (one per availability zone) and sets them
2929
as the default gateways for the corresponding private subnets.
3030

3131
Usage

0 commit comments

Comments
 (0)