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
| <aname="input_secondary_cidr_blocks"></a> [secondary\_cidr\_blocks](#input\_secondary\_cidr\_blocks)| List of secondary CIDR blocks to associate with the VPC to extend the IP Address pool |`list(string)`|`[]`| no |
581
584
| <aname="input_single_nat_gateway"></a> [single\_nat\_gateway](#input\_single\_nat\_gateway)| Should be true if you want to provision a single shared NAT Gateway across all of your private networks |`bool`|`false`| no |
582
585
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
583
-
| <aname="input_use_ipv4_ipam_pool"></a> [use\_ipv4\_ipam\_pool](#input\_use\_ipv4\_ipam\_pool)| Determines whether IPAM pool is used for IPv4 CIDR allocation |`bool`|`false`| no |
584
-
| <aname="input_use_ipv6_ipam_pool"></a> [use\_ipv6\_ipam\_pool](#input\_use\_ipv6\_ipam\_pool)| Determines whether IPAM pool is used for IPv6 CIDR allocation |`bool`|`false`| no |
586
+
| <aname="input_use_ipam_pool"></a> [use\_ipam\_pool](#input\_use\_ipam\_pool)| Determines whether IPAM pool is used for CIDR allocation |`bool`|`false`| no |
587
+
| <aname="input_vpc_block_public_access_exclusions"></a> [vpc\_block\_public\_access\_exclusions](#input\_vpc\_block\_public\_access\_exclusions)| A map of VPC block public access exclusions |`map(any)`|`{}`| no |
588
+
| <aname="input_vpc_block_public_access_options"></a> [vpc\_block\_public\_access\_options](#input\_vpc\_block\_public\_access\_options)| A map of VPC block public access options |`map(string)`|`{}`| no |
585
589
| <aname="input_vpc_flow_log_iam_policy_name"></a> [vpc\_flow\_log\_iam\_policy\_name](#input\_vpc\_flow\_log\_iam\_policy\_name)| Name of the IAM policy |`string`|`"vpc-flow-log-to-cloudwatch"`| no |
586
590
| <aname="input_vpc_flow_log_iam_policy_use_name_prefix"></a> [vpc\_flow\_log\_iam\_policy\_use\_name\_prefix](#input\_vpc\_flow\_log\_iam\_policy\_use\_name\_prefix)| Determines whether the name of the IAM policy (`vpc_flow_log_iam_policy_name`) is used as a prefix |`bool`|`true`| no |
587
591
| <aname="input_vpc_flow_log_iam_role_name"></a> [vpc\_flow\_log\_iam\_role\_name](#input\_vpc\_flow\_log\_iam\_role\_name)| Name to use on the VPC Flow Log IAM role created |`string`|`"vpc-flow-log-role"`| no |
@@ -700,6 +704,7 @@ No modules.
700
704
| <aname="output_vgw_arn"></a> [vgw\_arn](#output\_vgw\_arn)| The ARN of the VPN Gateway |
701
705
| <aname="output_vgw_id"></a> [vgw\_id](#output\_vgw\_id)| The ID of the VPN Gateway |
702
706
| <aname="output_vpc_arn"></a> [vpc\_arn](#output\_vpc\_arn)| The ARN of the VPC |
707
+
| <aname="output_vpc_block_public_access_exclusions"></a> [vpc\_block\_public\_access\_exclusions](#output\_vpc\_block\_public\_access\_exclusions)| A map of VPC block public access exclusions |
703
708
| <aname="output_vpc_cidr_block"></a> [vpc\_cidr\_block](#output\_vpc\_cidr\_block)| The CIDR block of the VPC |
704
709
| <aname="output_vpc_enable_dns_hostnames"></a> [vpc\_enable\_dns\_hostnames](#output\_vpc\_enable\_dns\_hostnames)| Whether or not the VPC has DNS hostname support |
705
710
| <aname="output_vpc_enable_dns_support"></a> [vpc\_enable\_dns\_support](#output\_vpc\_enable\_dns\_support)| Whether or not the VPC has DNS support |
0 commit comments