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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,6 +378,7 @@ No modules.
378
378
| <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 |
379
379
| <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 |
380
380
| <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 |
381
+
| <aname="input_create_public_route_association"></a> [create\_public\_route\_association](#input\_create\_public\_route\_association)| Option to associate public route tables |`bool`|`true`| no |
381
382
| <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 |
382
383
| <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 |
383
384
| <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