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
@@ -446,6 +446,7 @@ No modules.
446
446
| <aname="input_enable_ipv6"></a> [enable\_ipv6](#input\_enable\_ipv6)| Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block |`bool`|`false`| no |
447
447
| <aname="input_enable_nat_gateway"></a> [enable\_nat\_gateway](#input\_enable\_nat\_gateway)| Should be true if you want to provision NAT Gateways for each of your private networks |`bool`|`false`| no |
448
448
| <aname="input_enable_network_address_usage_metrics"></a> [enable\_network\_address\_usage\_metrics](#input\_enable\_network\_address\_usage\_metrics)| Determines whether network address usage metrics are enabled for the VPC |`bool`|`null`| no |
449
+
| <aname="input_enable_public_igw_route"></a> [enable\_public\_igw\_route](#input\_enable\_public\_igw\_route)| Controls if public route tables should have route to internet gateway. |`bool`|`true`| no |
449
450
| <aname="input_enable_public_redshift"></a> [enable\_public\_redshift](#input\_enable\_public\_redshift)| Controls if redshift should have public routing table |`bool`|`false`| no |
450
451
| <aname="input_enable_vpn_gateway"></a> [enable\_vpn\_gateway](#input\_enable\_vpn\_gateway)| Should be true if you want to create a new VPN Gateway resource and attach it to the VPC |`bool`|`false`| no |
451
452
| <aname="input_external_nat_ip_ids"></a> [external\_nat\_ip\_ids](#input\_external\_nat\_ip\_ids)| List of EIP IDs to be assigned to the NAT Gateways (used in combination with reuse\_nat\_ips) |`list(string)`|`[]`| no |
0 commit comments