File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Module Input Variables
16
16
- ` azs ` - list of AZs in which to distribute subnets
17
17
- ` enable_dns_hostnames ` - should be true if you want to use private DNS within the VPC
18
18
- ` 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
20
20
- ` map_public_ip_on_launch ` - should be false if you do not want to auto-assign public IP on launch
21
21
- ` private_propagating_vgws ` - list of VGWs the private route table should propagate
22
22
- ` public_propagating_vgws ` - list of VGWs the public route table should propagate
@@ -25,7 +25,7 @@ Module Input Variables
25
25
It's generally preferable to keep ` public_subnets ` , ` private_subnets ` , and
26
26
` azs ` to lists of the same length.
27
27
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
29
29
as the default gateways for the corresponding private subnets.
30
30
31
31
Usage
You can’t perform that action at this time.
0 commit comments