You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -374,6 +374,7 @@ No modules.
374
374
| <aname="input_create_igw"></a> [create\_igw](#input\_create\_igw)| Controls if an Internet Gateway is created for public subnets and the related routes that connect them |`bool`|`true`| no |
375
375
| <aname="input_create_multiple_intra_route_tables"></a> [create\_multiple\_intra\_route\_tables](#input\_create\_multiple\_intra\_route\_tables)| Indicates whether to create a separate route table for each intra subnet. Default: `false`|`bool`|`false`| no |
376
376
| <aname="input_create_multiple_public_route_tables"></a> [create\_multiple\_public\_route\_tables](#input\_create\_multiple\_public\_route\_tables)| Indicates whether to create a separate route table for each public subnet. Default: `false`|`bool`|`false`| no |
377
+
| <aname="input_create_private_nat_gateway_route"></a> [create\_private\_nat\_gateway\_route](#input\_create\_private\_nat\_gateway\_route)| Controls if a nat gateway route should be created to give internet access to the private subnets |`bool`|`true`| no |
377
378
| <aname="input_create_redshift_subnet_group"></a> [create\_redshift\_subnet\_group](#input\_create\_redshift\_subnet\_group)| Controls if redshift subnet group should be created |`bool`|`true`| no |
378
379
| <aname="input_create_redshift_subnet_route_table"></a> [create\_redshift\_subnet\_route\_table](#input\_create\_redshift\_subnet\_route\_table)| Controls if separate route table for redshift should be created |`bool`|`false`| no |
379
380
| <aname="input_create_vpc"></a> [create\_vpc](#input\_create\_vpc)| Controls if VPC should be created (it affects almost all resources) |`bool`|`true`| no |
0 commit comments