| <aname="input_database_subnets"></a>[database\_subnets](#input\_database\_subnets) | A list of database subnets | `list(string)` | `[]` | no |
| <aname="input_default_network_acl_egress"></a>[default\_network\_acl\_egress](#input\_default\_network\_acl\_egress) | List of maps of egress rules to set on the Default Network ACL | `list(map(string))` | <pre>[<br> {<br> "action": "allow",<br> "cidr_block": "0.0.0.0/0",<br> "from_port": 0,<br> "protocol": "-1",<br> "rule_no": 100,<br> "to_port": 0<br> },<br> {<br> "action": "allow",<br> "from_port": 0,<br> "ipv6_cidr_block": "::/0",<br> "protocol": "-1",<br> "rule_no": 101,<br> "to_port": 0<br> }<br>]</pre> | no |
| <aname="input_default_network_acl_ingress"></a>[default\_network\_acl\_ingress](#input\_default\_network\_acl\_ingress) | List of maps of ingress rules to set on the Default Network ACL | `list(map(string))` | <pre>[<br> {<br> "action": "allow",<br> "cidr_block": "0.0.0.0/0",<br> "from_port": 0,<br> "protocol": "-1",<br> "rule_no": 100,<br> "to_port": 0<br> },<br> {<br> "action": "allow",<br> "from_port": 0,<br> "ipv6_cidr_block": "::/0",<br> "protocol": "-1",<br> "rule_no": 101,<br> "to_port": 0<br> }<br>]</pre> | no |
| <aname="input_default_network_acl_name"></a>[default\_network\_acl\_name](#input\_default\_network\_acl\_name) | Name to be used on the Default Network ACL | `string` | `""` | no |
| <aname="input_default_network_acl_name"></a>[default\_network\_acl\_name](#input\_default\_network\_acl\_name) | Name to be used on the Default Network ACL | `string` | `null` | no |
| <aname="input_default_network_acl_tags"></a>[default\_network\_acl\_tags](#input\_default\_network\_acl\_tags) | Additional tags for the Default Network ACL | `map(string)` | `{}` | no |
| <aname="input_default_route_table_name"></a>[default\_route\_table\_name](#input\_default\_route\_table\_name) | Name to be used on the default route table | `string` | `null` | no |
| <aname="input_default_route_table_propagating_vgws"></a>[default\_route\_table\_propagating\_vgws](#input\_default\_route\_table\_propagating\_vgws) | List of virtual gateways for propagation | `list(string)` | `[]` | no |
| <aname="input_default_route_table_routes"></a>[default\_route\_table\_routes](#input\_default\_route\_table\_routes) | Configuration block of routes. See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/default_route_table#route | `list(map(string))` | `[]` | no |
| <aname="input_default_route_table_tags"></a>[default\_route\_table\_tags](#input\_default\_route\_table\_tags) | Additional tags for the default route table | `map(string)` | `{}` | no |
| <aname="input_default_security_group_egress"></a>[default\_security\_group\_egress](#input\_default\_security\_group\_egress) | List of maps of egress rules to set on the default security group | `list(map(string))` | `null` | no |
| <aname="input_default_security_group_ingress"></a>[default\_security\_group\_ingress](#input\_default\_security\_group\_ingress) | List of maps of ingress rules to set on the default security group | `list(map(string))` | `null` | no |
| <aname="input_default_security_group_name"></a>[default\_security\_group\_name](#input\_default\_security\_group\_name) | Name to be used on the default security group | `string` | `"default"` | no |
| <aname="input_default_security_group_egress"></a>[default\_security\_group\_egress](#input\_default\_security\_group\_egress) | List of maps of egress rules to set on the default security group | `list(map(string))` | `[]` | no |
| <aname="input_default_security_group_ingress"></a>[default\_security\_group\_ingress](#input\_default\_security\_group\_ingress) | List of maps of ingress rules to set on the default security group | `list(map(string))` | `[]` | no |
| <aname="input_default_security_group_name"></a>[default\_security\_group\_name](#input\_default\_security\_group\_name) | Name to be used on the default security group | `string` | `null` | no |
| <aname="input_default_security_group_tags"></a>[default\_security\_group\_tags](#input\_default\_security\_group\_tags) | Additional tags for the default security group | `map(string)` | `{}` | no |
| <aname="input_default_vpc_enable_classiclink"></a>[default\_vpc\_enable\_classiclink](#input\_default\_vpc\_enable\_classiclink) | Should be true to enable ClassicLink in the Default VPC | `bool` | `false` | no |
| <aname="input_default_vpc_enable_dns_hostnames"></a>[default\_vpc\_enable\_dns\_hostnames](#input\_default\_vpc\_enable\_dns\_hostnames) | Should be true to enable DNS hostnames in the Default VPC | `bool` | `false` | no |
| <aname="input_default_vpc_enable_dns_support"></a>[default\_vpc\_enable\_dns\_support](#input\_default\_vpc\_enable\_dns\_support) | Should be true to enable DNS support in the Default VPC | `bool` | `true` | no |
| <aname="input_default_vpc_name"></a>[default\_vpc\_name](#input\_default\_vpc\_name) | Name to be used on the Default VPC | `string` | `""` | no |
| <aname="input_default_vpc_name"></a>[default\_vpc\_name](#input\_default\_vpc\_name) | Name to be used on the Default VPC | `string` | `null` | no |
| <aname="input_default_vpc_tags"></a>[default\_vpc\_tags](#input\_default\_vpc\_tags) | Additional tags for the Default VPC | `map(string)` | `{}` | no |
| <aname="input_dhcp_options_domain_name"></a>[dhcp\_options\_domain\_name](#input\_dhcp\_options\_domain\_name) | Specifies DNS name for DHCP options set (requires enable\_dhcp\_options set to true) | `string` | `""` | no |
| <aname="input_dhcp_options_domain_name_servers"></a>[dhcp\_options\_domain\_name\_servers](#input\_dhcp\_options\_domain\_name\_servers) | Specify a list of DNS server addresses for DHCP options set, default to AWS provided (requires enable\_dhcp\_options set to true) | `list(string)` | <pre>[<br> "AmazonProvidedDNS"<br>]</pre> | no |
...
...
@@ -475,9 +476,9 @@ No modules.
| <aname="output_azs"></a>[azs](#output\_azs) | A list of availability zones specified as argument to this module |
| <aname="output_cgw_arns"></a>[cgw\_arns](#output\_cgw\_arns) | List of ARNs of Customer Gateway |
| <aname="output_cgw_ids"></a>[cgw\_ids](#output\_cgw\_ids) | List of IDs of Customer Gateway |
| <aname="output_database_internet_gateway_route_id"></a>[database\_internet\_gateway\_route\_id](#output\_database\_internet\_gateway\_route\_id) | ID of the database internet gateway route. |
| <aname="output_database_ipv6_egress_route_id"></a>[database\_ipv6\_egress\_route\_id](#output\_database\_ipv6\_egress\_route\_id) | ID of the database IPv6 egress route. |
| <aname="output_database_nat_gateway_route_ids"></a>[database\_nat\_gateway\_route\_ids](#output\_database\_nat\_gateway\_route\_ids) | List of IDs of the database nat gateway route. |
| <aname="output_database_internet_gateway_route_id"></a>[database\_internet\_gateway\_route\_id](#output\_database\_internet\_gateway\_route\_id) | ID of the database internet gateway route |
| <aname="output_database_ipv6_egress_route_id"></a>[database\_ipv6\_egress\_route\_id](#output\_database\_ipv6\_egress\_route\_id) | ID of the database IPv6 egress route |
| <aname="output_database_nat_gateway_route_ids"></a>[database\_nat\_gateway\_route\_ids](#output\_database\_nat\_gateway\_route\_ids) | List of IDs of the database nat gateway route |
| <aname="output_database_network_acl_arn"></a>[database\_network\_acl\_arn](#output\_database\_network\_acl\_arn) | ARN of the database network ACL |
| <aname="output_database_network_acl_id"></a>[database\_network\_acl\_id](#output\_database\_network\_acl\_id) | ID of the database network ACL |
| <aname="output_database_route_table_association_ids"></a>[database\_route\_table\_association\_ids](#output\_database\_route\_table\_association\_ids) | List of IDs of the database route table association |
...
...
@@ -533,8 +534,8 @@ No modules.
| <aname="output_outpost_subnets"></a>[outpost\_subnets](#output\_outpost\_subnets) | List of IDs of outpost subnets |
| <aname="output_outpost_subnets_cidr_blocks"></a>[outpost\_subnets\_cidr\_blocks](#output\_outpost\_subnets\_cidr\_blocks) | List of cidr\_blocks of outpost subnets |
| <aname="output_outpost_subnets_ipv6_cidr_blocks"></a>[outpost\_subnets\_ipv6\_cidr\_blocks](#output\_outpost\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of outpost subnets in an IPv6 enabled VPC |
| <aname="output_private_ipv6_egress_route_ids"></a>[private\_ipv6\_egress\_route\_ids](#output\_private\_ipv6\_egress\_route\_ids) | List of IDs of the ipv6 egress route. |
| <aname="output_private_nat_gateway_route_ids"></a>[private\_nat\_gateway\_route\_ids](#output\_private\_nat\_gateway\_route\_ids) | List of IDs of the private nat gateway route. |
| <aname="output_private_ipv6_egress_route_ids"></a>[private\_ipv6\_egress\_route\_ids](#output\_private\_ipv6\_egress\_route\_ids) | List of IDs of the ipv6 egress route |
| <aname="output_private_nat_gateway_route_ids"></a>[private\_nat\_gateway\_route\_ids](#output\_private\_nat\_gateway\_route\_ids) | List of IDs of the private nat gateway route |
| <aname="output_private_network_acl_arn"></a>[private\_network\_acl\_arn](#output\_private\_network\_acl\_arn) | ARN of the private network ACL |
| <aname="output_private_network_acl_id"></a>[private\_network\_acl\_id](#output\_private\_network\_acl\_id) | ID of the private network ACL |
| <aname="output_private_route_table_association_ids"></a>[private\_route\_table\_association\_ids](#output\_private\_route\_table\_association\_ids) | List of IDs of the private route table association |
...
...
@@ -543,8 +544,8 @@ No modules.
| <aname="output_private_subnets"></a>[private\_subnets](#output\_private\_subnets) | List of IDs of private subnets |
| <aname="output_private_subnets_cidr_blocks"></a>[private\_subnets\_cidr\_blocks](#output\_private\_subnets\_cidr\_blocks) | List of cidr\_blocks of private subnets |
| <aname="output_private_subnets_ipv6_cidr_blocks"></a>[private\_subnets\_ipv6\_cidr\_blocks](#output\_private\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of private subnets in an IPv6 enabled VPC |
| <aname="output_public_internet_gateway_ipv6_route_id"></a>[public\_internet\_gateway\_ipv6\_route\_id](#output\_public\_internet\_gateway\_ipv6\_route\_id) | ID of the IPv6 internet gateway route. |
| <aname="output_public_internet_gateway_route_id"></a>[public\_internet\_gateway\_route\_id](#output\_public\_internet\_gateway\_route\_id) | ID of the internet gateway route. |
| <aname="output_public_internet_gateway_ipv6_route_id"></a>[public\_internet\_gateway\_ipv6\_route\_id](#output\_public\_internet\_gateway\_ipv6\_route\_id) | ID of the IPv6 internet gateway route |
| <aname="output_public_internet_gateway_route_id"></a>[public\_internet\_gateway\_route\_id](#output\_public\_internet\_gateway\_route\_id) | ID of the internet gateway route |
| <aname="output_public_network_acl_arn"></a>[public\_network\_acl\_arn](#output\_public\_network\_acl\_arn) | ARN of the public network ACL |
| <aname="output_public_network_acl_id"></a>[public\_network\_acl\_id](#output\_public\_network\_acl\_id) | ID of the public network ACL |
| <aname="output_public_route_table_association_ids"></a>[public\_route\_table\_association\_ids](#output\_public\_route\_table\_association\_ids) | List of IDs of the public route table association |
@@ -46,7 +46,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
| [aws_iam_policy_document.dynamodb_endpoint_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |
| [aws_iam_policy_document.generic_endpoint_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |
| [aws_security_group.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/security_group) | data source |
| [aws_vpc_endpoint_service.dynamodb](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_endpoint_service) | data source |
| [aws_vpc_endpoint.dynamodb](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_endpoint) | data source |
## Inputs
...
...
@@ -56,20 +56,112 @@ No inputs.
| Name | Description |
|------|-------------|
| <aname="output_cgw_arns"></a>[cgw\_arns](#output\_cgw\_arns) | List of ARNs of Customer Gateway |
| <aname="output_cgw_ids"></a>[cgw\_ids](#output\_cgw\_ids) | List of IDs of Customer Gateway |
| <aname="output_database_internet_gateway_route_id"></a>[database\_internet\_gateway\_route\_id](#output\_database\_internet\_gateway\_route\_id) | ID of the database internet gateway route |
| <aname="output_database_ipv6_egress_route_id"></a>[database\_ipv6\_egress\_route\_id](#output\_database\_ipv6\_egress\_route\_id) | ID of the database IPv6 egress route |
| <aname="output_database_nat_gateway_route_ids"></a>[database\_nat\_gateway\_route\_ids](#output\_database\_nat\_gateway\_route\_ids) | List of IDs of the database nat gateway route |
| <aname="output_database_network_acl_arn"></a>[database\_network\_acl\_arn](#output\_database\_network\_acl\_arn) | ARN of the database network ACL |
| <aname="output_database_network_acl_id"></a>[database\_network\_acl\_id](#output\_database\_network\_acl\_id) | ID of the database network ACL |
| <aname="output_database_route_table_association_ids"></a>[database\_route\_table\_association\_ids](#output\_database\_route\_table\_association\_ids) | List of IDs of the database route table association |
| <aname="output_database_route_table_ids"></a>[database\_route\_table\_ids](#output\_database\_route\_table\_ids) | List of IDs of database route tables |
| <aname="output_database_subnet_arns"></a>[database\_subnet\_arns](#output\_database\_subnet\_arns) | List of ARNs of database subnets |
| <aname="output_database_subnet_group"></a>[database\_subnet\_group](#output\_database\_subnet\_group) | ID of database subnet group |
| <aname="output_database_subnet_group_name"></a>[database\_subnet\_group\_name](#output\_database\_subnet\_group\_name) | Name of database subnet group |
| <aname="output_database_subnets"></a>[database\_subnets](#output\_database\_subnets) | List of IDs of database subnets |
| <aname="output_database_subnets_cidr_blocks"></a>[database\_subnets\_cidr\_blocks](#output\_database\_subnets\_cidr\_blocks) | List of cidr\_blocks of database subnets |
| <aname="output_database_subnets_ipv6_cidr_blocks"></a>[database\_subnets\_ipv6\_cidr\_blocks](#output\_database\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of database subnets in an IPv6 enabled VPC |
| <aname="output_default_network_acl_id"></a>[default\_network\_acl\_id](#output\_default\_network\_acl\_id) | The ID of the default network ACL |
| <aname="output_default_route_table_id"></a>[default\_route\_table\_id](#output\_default\_route\_table\_id) | The ID of the default route table |
| <aname="output_default_security_group_id"></a>[default\_security\_group\_id](#output\_default\_security\_group\_id) | The ID of the security group created by default on VPC creation |
| <aname="output_default_vpc_arn"></a>[default\_vpc\_arn](#output\_default\_vpc\_arn) | The ARN of the Default VPC |
| <aname="output_default_vpc_cidr_block"></a>[default\_vpc\_cidr\_block](#output\_default\_vpc\_cidr\_block) | The CIDR block of the Default VPC |
| <aname="output_default_vpc_default_network_acl_id"></a>[default\_vpc\_default\_network\_acl\_id](#output\_default\_vpc\_default\_network\_acl\_id) | The ID of the default network ACL of the Default VPC |
| <aname="output_default_vpc_default_route_table_id"></a>[default\_vpc\_default\_route\_table\_id](#output\_default\_vpc\_default\_route\_table\_id) | The ID of the default route table of the Default VPC |
| <aname="output_default_vpc_default_security_group_id"></a>[default\_vpc\_default\_security\_group\_id](#output\_default\_vpc\_default\_security\_group\_id) | The ID of the security group created by default on Default VPC creation |
| <aname="output_default_vpc_enable_dns_hostnames"></a>[default\_vpc\_enable\_dns\_hostnames](#output\_default\_vpc\_enable\_dns\_hostnames) | Whether or not the Default VPC has DNS hostname support |
| <aname="output_default_vpc_enable_dns_support"></a>[default\_vpc\_enable\_dns\_support](#output\_default\_vpc\_enable\_dns\_support) | Whether or not the Default VPC has DNS support |
| <aname="output_default_vpc_id"></a>[default\_vpc\_id](#output\_default\_vpc\_id) | The ID of the Default VPC |
| <aname="output_default_vpc_instance_tenancy"></a>[default\_vpc\_instance\_tenancy](#output\_default\_vpc\_instance\_tenancy) | Tenancy of instances spin up within Default VPC |
| <aname="output_default_vpc_main_route_table_id"></a>[default\_vpc\_main\_route\_table\_id](#output\_default\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with the Default VPC |
| <aname="output_dhcp_options_id"></a>[dhcp\_options\_id](#output\_dhcp\_options\_id) | The ID of the DHCP options |
| <aname="output_egress_only_internet_gateway_id"></a>[egress\_only\_internet\_gateway\_id](#output\_egress\_only\_internet\_gateway\_id) | The ID of the egress only Internet Gateway |
| <aname="output_elasticache_network_acl_arn"></a>[elasticache\_network\_acl\_arn](#output\_elasticache\_network\_acl\_arn) | ARN of the elasticache network ACL |
| <aname="output_elasticache_network_acl_id"></a>[elasticache\_network\_acl\_id](#output\_elasticache\_network\_acl\_id) | ID of the elasticache network ACL |
| <aname="output_elasticache_route_table_association_ids"></a>[elasticache\_route\_table\_association\_ids](#output\_elasticache\_route\_table\_association\_ids) | List of IDs of the elasticache route table association |
| <aname="output_elasticache_route_table_ids"></a>[elasticache\_route\_table\_ids](#output\_elasticache\_route\_table\_ids) | List of IDs of elasticache route tables |
| <aname="output_elasticache_subnet_arns"></a>[elasticache\_subnet\_arns](#output\_elasticache\_subnet\_arns) | List of ARNs of elasticache subnets |
| <aname="output_elasticache_subnet_group"></a>[elasticache\_subnet\_group](#output\_elasticache\_subnet\_group) | ID of elasticache subnet group |
| <aname="output_elasticache_subnet_group_name"></a>[elasticache\_subnet\_group\_name](#output\_elasticache\_subnet\_group\_name) | Name of elasticache subnet group |
| <aname="output_elasticache_subnets"></a>[elasticache\_subnets](#output\_elasticache\_subnets) | List of IDs of elasticache subnets |
| <aname="output_elasticache_subnets_cidr_blocks"></a>[elasticache\_subnets\_cidr\_blocks](#output\_elasticache\_subnets\_cidr\_blocks) | List of cidr\_blocks of elasticache subnets |
| <aname="output_elasticache_subnets_ipv6_cidr_blocks"></a>[elasticache\_subnets\_ipv6\_cidr\_blocks](#output\_elasticache\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of elasticache subnets in an IPv6 enabled VPC |
| <aname="output_igw_arn"></a>[igw\_arn](#output\_igw\_arn) | The ARN of the Internet Gateway |
| <aname="output_igw_id"></a>[igw\_id](#output\_igw\_id) | The ID of the Internet Gateway |
| <aname="output_intra_network_acl_arn"></a>[intra\_network\_acl\_arn](#output\_intra\_network\_acl\_arn) | ARN of the intra network ACL |
| <aname="output_intra_network_acl_id"></a>[intra\_network\_acl\_id](#output\_intra\_network\_acl\_id) | ID of the intra network ACL |
| <aname="output_intra_route_table_association_ids"></a>[intra\_route\_table\_association\_ids](#output\_intra\_route\_table\_association\_ids) | List of IDs of the intra route table association |
| <aname="output_intra_route_table_ids"></a>[intra\_route\_table\_ids](#output\_intra\_route\_table\_ids) | List of IDs of intra route tables |
| <aname="output_intra_subnet_arns"></a>[intra\_subnet\_arns](#output\_intra\_subnet\_arns) | List of ARNs of intra subnets |
| <aname="output_intra_subnets"></a>[intra\_subnets](#output\_intra\_subnets) | List of IDs of intra subnets |
| <aname="output_intra_subnets_cidr_blocks"></a>[intra\_subnets\_cidr\_blocks](#output\_intra\_subnets\_cidr\_blocks) | List of cidr\_blocks of intra subnets |
| <aname="output_intra_subnets_ipv6_cidr_blocks"></a>[intra\_subnets\_ipv6\_cidr\_blocks](#output\_intra\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of intra subnets in an IPv6 enabled VPC |
| <aname="output_nat_ids"></a>[nat\_ids](#output\_nat\_ids) | List of allocation ID of Elastic IPs created for AWS NAT Gateway |
| <aname="output_nat_public_ips"></a>[nat\_public\_ips](#output\_nat\_public\_ips) | List of public Elastic IPs created for AWS NAT Gateway |
| <aname="output_natgw_ids"></a>[natgw\_ids](#output\_natgw\_ids) | List of NAT Gateway IDs |
| <aname="output_outpost_network_acl_arn"></a>[outpost\_network\_acl\_arn](#output\_outpost\_network\_acl\_arn) | ARN of the outpost network ACL |
| <aname="output_outpost_network_acl_id"></a>[outpost\_network\_acl\_id](#output\_outpost\_network\_acl\_id) | ID of the outpost network ACL |
| <aname="output_outpost_subnet_arns"></a>[outpost\_subnet\_arns](#output\_outpost\_subnet\_arns) | List of ARNs of outpost subnets |
| <aname="output_outpost_subnets"></a>[outpost\_subnets](#output\_outpost\_subnets) | List of IDs of outpost subnets |
| <aname="output_outpost_subnets_cidr_blocks"></a>[outpost\_subnets\_cidr\_blocks](#output\_outpost\_subnets\_cidr\_blocks) | List of cidr\_blocks of outpost subnets |
| <aname="output_outpost_subnets_ipv6_cidr_blocks"></a>[outpost\_subnets\_ipv6\_cidr\_blocks](#output\_outpost\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of outpost subnets in an IPv6 enabled VPC |
| <aname="output_private_ipv6_egress_route_ids"></a>[private\_ipv6\_egress\_route\_ids](#output\_private\_ipv6\_egress\_route\_ids) | List of IDs of the ipv6 egress route |
| <aname="output_private_nat_gateway_route_ids"></a>[private\_nat\_gateway\_route\_ids](#output\_private\_nat\_gateway\_route\_ids) | List of IDs of the private nat gateway route |
| <aname="output_private_network_acl_arn"></a>[private\_network\_acl\_arn](#output\_private\_network\_acl\_arn) | ARN of the private network ACL |
| <aname="output_private_network_acl_id"></a>[private\_network\_acl\_id](#output\_private\_network\_acl\_id) | ID of the private network ACL |
| <aname="output_private_route_table_association_ids"></a>[private\_route\_table\_association\_ids](#output\_private\_route\_table\_association\_ids) | List of IDs of the private route table association |
| <aname="output_private_route_table_ids"></a>[private\_route\_table\_ids](#output\_private\_route\_table\_ids) | List of IDs of private route tables |
| <aname="output_private_subnet_arns"></a>[private\_subnet\_arns](#output\_private\_subnet\_arns) | List of ARNs of private subnets |
| <aname="output_private_subnets"></a>[private\_subnets](#output\_private\_subnets) | List of IDs of private subnets |
| <aname="output_private_subnets_cidr_blocks"></a>[private\_subnets\_cidr\_blocks](#output\_private\_subnets\_cidr\_blocks) | List of cidr\_blocks of private subnets |
| <aname="output_private_subnets_ipv6_cidr_blocks"></a>[private\_subnets\_ipv6\_cidr\_blocks](#output\_private\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of private subnets in an IPv6 enabled VPC |
| <aname="output_public_internet_gateway_ipv6_route_id"></a>[public\_internet\_gateway\_ipv6\_route\_id](#output\_public\_internet\_gateway\_ipv6\_route\_id) | ID of the IPv6 internet gateway route |
| <aname="output_public_internet_gateway_route_id"></a>[public\_internet\_gateway\_route\_id](#output\_public\_internet\_gateway\_route\_id) | ID of the internet gateway route |
| <aname="output_public_network_acl_arn"></a>[public\_network\_acl\_arn](#output\_public\_network\_acl\_arn) | ARN of the public network ACL |
| <aname="output_public_network_acl_id"></a>[public\_network\_acl\_id](#output\_public\_network\_acl\_id) | ID of the public network ACL |
| <aname="output_public_route_table_association_ids"></a>[public\_route\_table\_association\_ids](#output\_public\_route\_table\_association\_ids) | List of IDs of the public route table association |
| <aname="output_public_route_table_ids"></a>[public\_route\_table\_ids](#output\_public\_route\_table\_ids) | List of IDs of public route tables |
| <aname="output_public_subnet_arns"></a>[public\_subnet\_arns](#output\_public\_subnet\_arns) | List of ARNs of public subnets |
| <aname="output_public_subnets"></a>[public\_subnets](#output\_public\_subnets) | List of IDs of public subnets |
| <aname="output_public_subnets_cidr_blocks"></a>[public\_subnets\_cidr\_blocks](#output\_public\_subnets\_cidr\_blocks) | List of cidr\_blocks of public subnets |
| <aname="output_public_subnets_ipv6_cidr_blocks"></a>[public\_subnets\_ipv6\_cidr\_blocks](#output\_public\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of public subnets in an IPv6 enabled VPC |
| <aname="output_redshift_network_acl_arn"></a>[redshift\_network\_acl\_arn](#output\_redshift\_network\_acl\_arn) | ARN of the redshift network ACL |
| <aname="output_redshift_network_acl_id"></a>[redshift\_network\_acl\_id](#output\_redshift\_network\_acl\_id) | ID of the redshift network ACL |
| <aname="output_redshift_public_route_table_association_ids"></a>[redshift\_public\_route\_table\_association\_ids](#output\_redshift\_public\_route\_table\_association\_ids) | List of IDs of the public redshidt route table association |
| <aname="output_redshift_route_table_association_ids"></a>[redshift\_route\_table\_association\_ids](#output\_redshift\_route\_table\_association\_ids) | List of IDs of the redshift route table association |
| <aname="output_redshift_route_table_ids"></a>[redshift\_route\_table\_ids](#output\_redshift\_route\_table\_ids) | List of IDs of redshift route tables |
| <aname="output_redshift_subnet_arns"></a>[redshift\_subnet\_arns](#output\_redshift\_subnet\_arns) | List of ARNs of redshift subnets |
| <aname="output_redshift_subnet_group"></a>[redshift\_subnet\_group](#output\_redshift\_subnet\_group) | ID of redshift subnet group |
| <aname="output_redshift_subnets"></a>[redshift\_subnets](#output\_redshift\_subnets) | List of IDs of redshift subnets |
| <aname="output_redshift_subnets_cidr_blocks"></a>[redshift\_subnets\_cidr\_blocks](#output\_redshift\_subnets\_cidr\_blocks) | List of cidr\_blocks of redshift subnets |
| <aname="output_redshift_subnets_ipv6_cidr_blocks"></a>[redshift\_subnets\_ipv6\_cidr\_blocks](#output\_redshift\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of redshift subnets in an IPv6 enabled VPC |
| <aname="output_this_customer_gateway"></a>[this\_customer\_gateway](#output\_this\_customer\_gateway) | Map of Customer Gateway attributes |
| <aname="output_vpc_endpoint_lambda_dns_entry"></a>[vpc\_endpoint\_lambda\_dns\_entry](#output\_vpc\_endpoint\_lambda\_dns\_entry) | The DNS entries for the VPC Endpoint for Lambda. |
| <aname="output_vpc_endpoint_lambda_id"></a>[vpc\_endpoint\_lambda\_id](#output\_vpc\_endpoint\_lambda\_id) | The ID of VPC endpoint for Lambda |
| <aname="output_vpc_endpoint_lambda_network_interface_ids"></a>[vpc\_endpoint\_lambda\_network\_interface\_ids](#output\_vpc\_endpoint\_lambda\_network\_interface\_ids) | One or more network interfaces for the VPC Endpoint for Lambda. |
| <aname="output_vpc_endpoint_ssm_dns_entry"></a>[vpc\_endpoint\_ssm\_dns\_entry](#output\_vpc\_endpoint\_ssm\_dns\_entry) | The DNS entries for the VPC Endpoint for SSM. |
| <aname="output_vpc_endpoint_ssm_id"></a>[vpc\_endpoint\_ssm\_id](#output\_vpc\_endpoint\_ssm\_id) | The ID of VPC endpoint for SSM |
| <aname="output_vpc_endpoint_ssm_network_interface_ids"></a>[vpc\_endpoint\_ssm\_network\_interface\_ids](#output\_vpc\_endpoint\_ssm\_network\_interface\_ids) | One or more network interfaces for the VPC Endpoint for SSM. |
| <aname="output_vgw_arn"></a>[vgw\_arn](#output\_vgw\_arn) | The ARN of the VPN Gateway |
| <aname="output_vgw_id"></a>[vgw\_id](#output\_vgw\_id) | The ID of the VPN Gateway |
| <aname="output_vpc_arn"></a>[vpc\_arn](#output\_vpc\_arn) | The ARN of the VPC |
| <aname="output_vpc_cidr_block"></a>[vpc\_cidr\_block](#output\_vpc\_cidr\_block) | The CIDR block of the VPC |
| <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 |
| <aname="output_vpc_enable_dns_support"></a>[vpc\_enable\_dns\_support](#output\_vpc\_enable\_dns\_support) | Whether or not the VPC has DNS support |
| <aname="output_vpc_endpoints"></a>[vpc\_endpoints](#output\_vpc\_endpoints) | Array containing the full resource object and attributes for all endpoints created |
| <aname="output_vpc_flow_log_cloudwatch_iam_role_arn"></a>[vpc\_flow\_log\_cloudwatch\_iam\_role\_arn](#output\_vpc\_flow\_log\_cloudwatch\_iam\_role\_arn) | The ARN of the IAM role used when pushing logs to Cloudwatch log group |
| <aname="output_vpc_flow_log_destination_arn"></a>[vpc\_flow\_log\_destination\_arn](#output\_vpc\_flow\_log\_destination\_arn) | The ARN of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_destination_type"></a>[vpc\_flow\_log\_destination\_type](#output\_vpc\_flow\_log\_destination\_type) | The type of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_id"></a>[vpc\_flow\_log\_id](#output\_vpc\_flow\_log\_id) | The ID of the Flow Log resource |
| <aname="output_vpc_id"></a>[vpc\_id](#output\_vpc\_id) | The ID of the VPC |
| <aname="output_vpc_instance_tenancy"></a>[vpc\_instance\_tenancy](#output\_vpc\_instance\_tenancy) | Tenancy of instances spin up within VPC |
| <aname="output_vpc_ipv6_association_id"></a>[vpc\_ipv6\_association\_id](#output\_vpc\_ipv6\_association\_id) | The association ID for the IPv6 CIDR block |
| <aname="output_vpc_ipv6_cidr_block"></a>[vpc\_ipv6\_cidr\_block](#output\_vpc\_ipv6\_cidr\_block) | The IPv6 CIDR block |
| <aname="output_vpc_main_route_table_id"></a>[vpc\_main\_route\_table\_id](#output\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with this VPC |
| <aname="output_vpc_owner_id"></a>[vpc\_owner\_id](#output\_vpc\_owner\_id) | The ID of the AWS account that owns the VPC |
| <aname="output_vpc_secondary_cidr_blocks"></a>[vpc\_secondary\_cidr\_blocks](#output\_vpc\_secondary\_cidr\_blocks) | List of secondary CIDR blocks of the VPC |
| <aname="output_ipv6_association_id"></a>[ipv6\_association\_id](#output\_ipv6\_association\_id) | The association ID for the IPv6 CIDR block |
| <aname="output_ipv6_cidr_block"></a>[ipv6\_cidr\_block](#output\_ipv6\_cidr\_block) | The IPv6 CIDR block |
| <aname="output_cgw_arns"></a>[cgw\_arns](#output\_cgw\_arns) | List of ARNs of Customer Gateway |
| <aname="output_cgw_ids"></a>[cgw\_ids](#output\_cgw\_ids) | List of IDs of Customer Gateway |
| <aname="output_database_internet_gateway_route_id"></a>[database\_internet\_gateway\_route\_id](#output\_database\_internet\_gateway\_route\_id) | ID of the database internet gateway route |
| <aname="output_database_ipv6_egress_route_id"></a>[database\_ipv6\_egress\_route\_id](#output\_database\_ipv6\_egress\_route\_id) | ID of the database IPv6 egress route |
| <aname="output_database_nat_gateway_route_ids"></a>[database\_nat\_gateway\_route\_ids](#output\_database\_nat\_gateway\_route\_ids) | List of IDs of the database nat gateway route |
| <aname="output_database_network_acl_arn"></a>[database\_network\_acl\_arn](#output\_database\_network\_acl\_arn) | ARN of the database network ACL |
| <aname="output_database_network_acl_id"></a>[database\_network\_acl\_id](#output\_database\_network\_acl\_id) | ID of the database network ACL |
| <aname="output_database_route_table_association_ids"></a>[database\_route\_table\_association\_ids](#output\_database\_route\_table\_association\_ids) | List of IDs of the database route table association |
| <aname="output_database_route_table_ids"></a>[database\_route\_table\_ids](#output\_database\_route\_table\_ids) | List of IDs of database route tables |
| <aname="output_database_subnet_arns"></a>[database\_subnet\_arns](#output\_database\_subnet\_arns) | List of ARNs of database subnets |
| <aname="output_database_subnet_group"></a>[database\_subnet\_group](#output\_database\_subnet\_group) | ID of database subnet group |
| <aname="output_database_subnet_group_name"></a>[database\_subnet\_group\_name](#output\_database\_subnet\_group\_name) | Name of database subnet group |
| <aname="output_database_subnets"></a>[database\_subnets](#output\_database\_subnets) | List of IDs of database subnets |
| <aname="output_database_subnets_cidr_blocks"></a>[database\_subnets\_cidr\_blocks](#output\_database\_subnets\_cidr\_blocks) | List of cidr\_blocks of database subnets |
| <aname="output_database_subnets_ipv6_cidr_blocks"></a>[database\_subnets\_ipv6\_cidr\_blocks](#output\_database\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of database subnets in an IPv6 enabled VPC |
| <aname="output_default_network_acl_id"></a>[default\_network\_acl\_id](#output\_default\_network\_acl\_id) | The ID of the default network ACL |
| <aname="output_default_route_table_id"></a>[default\_route\_table\_id](#output\_default\_route\_table\_id) | The ID of the default route table |
| <aname="output_default_security_group_id"></a>[default\_security\_group\_id](#output\_default\_security\_group\_id) | The ID of the security group created by default on VPC creation |
| <aname="output_default_vpc_arn"></a>[default\_vpc\_arn](#output\_default\_vpc\_arn) | The ARN of the Default VPC |
| <aname="output_default_vpc_cidr_block"></a>[default\_vpc\_cidr\_block](#output\_default\_vpc\_cidr\_block) | The CIDR block of the Default VPC |
| <aname="output_default_vpc_default_network_acl_id"></a>[default\_vpc\_default\_network\_acl\_id](#output\_default\_vpc\_default\_network\_acl\_id) | The ID of the default network ACL of the Default VPC |
| <aname="output_default_vpc_default_route_table_id"></a>[default\_vpc\_default\_route\_table\_id](#output\_default\_vpc\_default\_route\_table\_id) | The ID of the default route table of the Default VPC |
| <aname="output_default_vpc_default_security_group_id"></a>[default\_vpc\_default\_security\_group\_id](#output\_default\_vpc\_default\_security\_group\_id) | The ID of the security group created by default on Default VPC creation |
| <aname="output_default_vpc_enable_dns_hostnames"></a>[default\_vpc\_enable\_dns\_hostnames](#output\_default\_vpc\_enable\_dns\_hostnames) | Whether or not the Default VPC has DNS hostname support |
| <aname="output_default_vpc_enable_dns_support"></a>[default\_vpc\_enable\_dns\_support](#output\_default\_vpc\_enable\_dns\_support) | Whether or not the Default VPC has DNS support |
| <aname="output_default_vpc_id"></a>[default\_vpc\_id](#output\_default\_vpc\_id) | The ID of the Default VPC |
| <aname="output_default_vpc_instance_tenancy"></a>[default\_vpc\_instance\_tenancy](#output\_default\_vpc\_instance\_tenancy) | Tenancy of instances spin up within Default VPC |
| <aname="output_default_vpc_main_route_table_id"></a>[default\_vpc\_main\_route\_table\_id](#output\_default\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with the Default VPC |
| <aname="output_dhcp_options_id"></a>[dhcp\_options\_id](#output\_dhcp\_options\_id) | The ID of the DHCP options |
| <aname="output_egress_only_internet_gateway_id"></a>[egress\_only\_internet\_gateway\_id](#output\_egress\_only\_internet\_gateway\_id) | The ID of the egress only Internet Gateway |
| <aname="output_elasticache_network_acl_arn"></a>[elasticache\_network\_acl\_arn](#output\_elasticache\_network\_acl\_arn) | ARN of the elasticache network ACL |
| <aname="output_elasticache_network_acl_id"></a>[elasticache\_network\_acl\_id](#output\_elasticache\_network\_acl\_id) | ID of the elasticache network ACL |
| <aname="output_elasticache_route_table_association_ids"></a>[elasticache\_route\_table\_association\_ids](#output\_elasticache\_route\_table\_association\_ids) | List of IDs of the elasticache route table association |
| <aname="output_elasticache_route_table_ids"></a>[elasticache\_route\_table\_ids](#output\_elasticache\_route\_table\_ids) | List of IDs of elasticache route tables |
| <aname="output_elasticache_subnet_arns"></a>[elasticache\_subnet\_arns](#output\_elasticache\_subnet\_arns) | List of ARNs of elasticache subnets |
| <aname="output_elasticache_subnet_group"></a>[elasticache\_subnet\_group](#output\_elasticache\_subnet\_group) | ID of elasticache subnet group |
| <aname="output_elasticache_subnet_group_name"></a>[elasticache\_subnet\_group\_name](#output\_elasticache\_subnet\_group\_name) | Name of elasticache subnet group |
| <aname="output_elasticache_subnets"></a>[elasticache\_subnets](#output\_elasticache\_subnets) | List of IDs of elasticache subnets |
| <aname="output_elasticache_subnets_cidr_blocks"></a>[elasticache\_subnets\_cidr\_blocks](#output\_elasticache\_subnets\_cidr\_blocks) | List of cidr\_blocks of elasticache subnets |
| <aname="output_elasticache_subnets_ipv6_cidr_blocks"></a>[elasticache\_subnets\_ipv6\_cidr\_blocks](#output\_elasticache\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of elasticache subnets in an IPv6 enabled VPC |
| <aname="output_igw_arn"></a>[igw\_arn](#output\_igw\_arn) | The ARN of the Internet Gateway |
| <aname="output_igw_id"></a>[igw\_id](#output\_igw\_id) | The ID of the Internet Gateway |
| <aname="output_intra_network_acl_arn"></a>[intra\_network\_acl\_arn](#output\_intra\_network\_acl\_arn) | ARN of the intra network ACL |
| <aname="output_intra_network_acl_id"></a>[intra\_network\_acl\_id](#output\_intra\_network\_acl\_id) | ID of the intra network ACL |
| <aname="output_intra_route_table_association_ids"></a>[intra\_route\_table\_association\_ids](#output\_intra\_route\_table\_association\_ids) | List of IDs of the intra route table association |
| <aname="output_intra_route_table_ids"></a>[intra\_route\_table\_ids](#output\_intra\_route\_table\_ids) | List of IDs of intra route tables |
| <aname="output_intra_subnet_arns"></a>[intra\_subnet\_arns](#output\_intra\_subnet\_arns) | List of ARNs of intra subnets |
| <aname="output_intra_subnets"></a>[intra\_subnets](#output\_intra\_subnets) | List of IDs of intra subnets |
| <aname="output_intra_subnets_cidr_blocks"></a>[intra\_subnets\_cidr\_blocks](#output\_intra\_subnets\_cidr\_blocks) | List of cidr\_blocks of intra subnets |
| <aname="output_intra_subnets_ipv6_cidr_blocks"></a>[intra\_subnets\_ipv6\_cidr\_blocks](#output\_intra\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of intra subnets in an IPv6 enabled VPC |
| <aname="output_nat_ids"></a>[nat\_ids](#output\_nat\_ids) | List of allocation ID of Elastic IPs created for AWS NAT Gateway |
| <aname="output_nat_public_ips"></a>[nat\_public\_ips](#output\_nat\_public\_ips) | List of public Elastic IPs created for AWS NAT Gateway |
| <aname="output_natgw_ids"></a>[natgw\_ids](#output\_natgw\_ids) | List of NAT Gateway IDs |
| <aname="output_outpost_network_acl_arn"></a>[outpost\_network\_acl\_arn](#output\_outpost\_network\_acl\_arn) | ARN of the outpost network ACL |
| <aname="output_outpost_network_acl_id"></a>[outpost\_network\_acl\_id](#output\_outpost\_network\_acl\_id) | ID of the outpost network ACL |
| <aname="output_outpost_subnet_arns"></a>[outpost\_subnet\_arns](#output\_outpost\_subnet\_arns) | List of ARNs of outpost subnets |
| <aname="output_outpost_subnets"></a>[outpost\_subnets](#output\_outpost\_subnets) | List of IDs of outpost subnets |
| <aname="output_outpost_subnets_cidr_blocks"></a>[outpost\_subnets\_cidr\_blocks](#output\_outpost\_subnets\_cidr\_blocks) | List of cidr\_blocks of outpost subnets |
| <aname="output_outpost_subnets_ipv6_cidr_blocks"></a>[outpost\_subnets\_ipv6\_cidr\_blocks](#output\_outpost\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of outpost subnets in an IPv6 enabled VPC |
| <aname="output_private_ipv6_egress_route_ids"></a>[private\_ipv6\_egress\_route\_ids](#output\_private\_ipv6\_egress\_route\_ids) | List of IDs of the ipv6 egress route |
| <aname="output_private_nat_gateway_route_ids"></a>[private\_nat\_gateway\_route\_ids](#output\_private\_nat\_gateway\_route\_ids) | List of IDs of the private nat gateway route |
| <aname="output_private_network_acl_arn"></a>[private\_network\_acl\_arn](#output\_private\_network\_acl\_arn) | ARN of the private network ACL |
| <aname="output_private_network_acl_id"></a>[private\_network\_acl\_id](#output\_private\_network\_acl\_id) | ID of the private network ACL |
| <aname="output_private_route_table_association_ids"></a>[private\_route\_table\_association\_ids](#output\_private\_route\_table\_association\_ids) | List of IDs of the private route table association |
| <aname="output_private_route_table_ids"></a>[private\_route\_table\_ids](#output\_private\_route\_table\_ids) | List of IDs of private route tables |
| <aname="output_private_subnet_arns"></a>[private\_subnet\_arns](#output\_private\_subnet\_arns) | List of ARNs of private subnets |
| <aname="output_private_subnets"></a>[private\_subnets](#output\_private\_subnets) | List of IDs of private subnets |
| <aname="output_private_subnets_cidr_blocks"></a>[private\_subnets\_cidr\_blocks](#output\_private\_subnets\_cidr\_blocks) | List of cidr\_blocks of private subnets |
| <aname="output_private_subnets_ipv6_cidr_blocks"></a>[private\_subnets\_ipv6\_cidr\_blocks](#output\_private\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of private subnets in an IPv6 enabled VPC |
| <aname="output_public_internet_gateway_ipv6_route_id"></a>[public\_internet\_gateway\_ipv6\_route\_id](#output\_public\_internet\_gateway\_ipv6\_route\_id) | ID of the IPv6 internet gateway route |
| <aname="output_public_internet_gateway_route_id"></a>[public\_internet\_gateway\_route\_id](#output\_public\_internet\_gateway\_route\_id) | ID of the internet gateway route |
| <aname="output_public_network_acl_arn"></a>[public\_network\_acl\_arn](#output\_public\_network\_acl\_arn) | ARN of the public network ACL |
| <aname="output_public_network_acl_id"></a>[public\_network\_acl\_id](#output\_public\_network\_acl\_id) | ID of the public network ACL |
| <aname="output_public_route_table_association_ids"></a>[public\_route\_table\_association\_ids](#output\_public\_route\_table\_association\_ids) | List of IDs of the public route table association |
| <aname="output_public_route_table_ids"></a>[public\_route\_table\_ids](#output\_public\_route\_table\_ids) | List of IDs of public route tables |
| <aname="output_public_subnet_arns"></a>[public\_subnet\_arns](#output\_public\_subnet\_arns) | List of ARNs of public subnets |
| <aname="output_public_subnets"></a>[public\_subnets](#output\_public\_subnets) | List of IDs of public subnets |
| <aname="output_public_subnets_cidr_blocks"></a>[public\_subnets\_cidr\_blocks](#output\_public\_subnets\_cidr\_blocks) | List of cidr\_blocks of public subnets |
| <aname="output_public_subnets_ipv6_cidr_blocks"></a>[public\_subnets\_ipv6\_cidr\_blocks](#output\_public\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of public subnets in an IPv6 enabled VPC |
| <aname="output_redshift_network_acl_arn"></a>[redshift\_network\_acl\_arn](#output\_redshift\_network\_acl\_arn) | ARN of the redshift network ACL |
| <aname="output_redshift_network_acl_id"></a>[redshift\_network\_acl\_id](#output\_redshift\_network\_acl\_id) | ID of the redshift network ACL |
| <aname="output_redshift_public_route_table_association_ids"></a>[redshift\_public\_route\_table\_association\_ids](#output\_redshift\_public\_route\_table\_association\_ids) | List of IDs of the public redshidt route table association |
| <aname="output_redshift_route_table_association_ids"></a>[redshift\_route\_table\_association\_ids](#output\_redshift\_route\_table\_association\_ids) | List of IDs of the redshift route table association |
| <aname="output_redshift_route_table_ids"></a>[redshift\_route\_table\_ids](#output\_redshift\_route\_table\_ids) | List of IDs of redshift route tables |
| <aname="output_redshift_subnet_arns"></a>[redshift\_subnet\_arns](#output\_redshift\_subnet\_arns) | List of ARNs of redshift subnets |
| <aname="output_redshift_subnet_group"></a>[redshift\_subnet\_group](#output\_redshift\_subnet\_group) | ID of redshift subnet group |
| <aname="output_redshift_subnets"></a>[redshift\_subnets](#output\_redshift\_subnets) | List of IDs of redshift subnets |
| <aname="output_redshift_subnets_cidr_blocks"></a>[redshift\_subnets\_cidr\_blocks](#output\_redshift\_subnets\_cidr\_blocks) | List of cidr\_blocks of redshift subnets |
| <aname="output_redshift_subnets_ipv6_cidr_blocks"></a>[redshift\_subnets\_ipv6\_cidr\_blocks](#output\_redshift\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of redshift subnets in an IPv6 enabled VPC |
| <aname="output_this_customer_gateway"></a>[this\_customer\_gateway](#output\_this\_customer\_gateway) | Map of Customer Gateway attributes |
| <aname="output_vgw_arn"></a>[vgw\_arn](#output\_vgw\_arn) | The ARN of the VPN Gateway |
| <aname="output_vgw_id"></a>[vgw\_id](#output\_vgw\_id) | The ID of the VPN Gateway |
| <aname="output_vpc_arn"></a>[vpc\_arn](#output\_vpc\_arn) | The ARN of the VPC |
| <aname="output_vpc_cidr_block"></a>[vpc\_cidr\_block](#output\_vpc\_cidr\_block) | The CIDR block of the VPC |
| <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 |
| <aname="output_vpc_enable_dns_support"></a>[vpc\_enable\_dns\_support](#output\_vpc\_enable\_dns\_support) | Whether or not the VPC has DNS support |
| <aname="output_vpc_flow_log_cloudwatch_iam_role_arn"></a>[vpc\_flow\_log\_cloudwatch\_iam\_role\_arn](#output\_vpc\_flow\_log\_cloudwatch\_iam\_role\_arn) | The ARN of the IAM role used when pushing logs to Cloudwatch log group |
| <aname="output_vpc_flow_log_destination_arn"></a>[vpc\_flow\_log\_destination\_arn](#output\_vpc\_flow\_log\_destination\_arn) | The ARN of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_destination_type"></a>[vpc\_flow\_log\_destination\_type](#output\_vpc\_flow\_log\_destination\_type) | The type of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_id"></a>[vpc\_flow\_log\_id](#output\_vpc\_flow\_log\_id) | The ID of the Flow Log resource |
| <aname="output_vpc_id"></a>[vpc\_id](#output\_vpc\_id) | The ID of the VPC |
| <aname="output_vpc_instance_tenancy"></a>[vpc\_instance\_tenancy](#output\_vpc\_instance\_tenancy) | Tenancy of instances spin up within VPC |
| <aname="output_vpc_ipv6_association_id"></a>[vpc\_ipv6\_association\_id](#output\_vpc\_ipv6\_association\_id) | The association ID for the IPv6 CIDR block |
| <aname="output_vpc_ipv6_cidr_block"></a>[vpc\_ipv6\_cidr\_block](#output\_vpc\_ipv6\_cidr\_block) | The IPv6 CIDR block |
| <aname="output_vpc_main_route_table_id"></a>[vpc\_main\_route\_table\_id](#output\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with this VPC |
| <aname="output_vpc_owner_id"></a>[vpc\_owner\_id](#output\_vpc\_owner\_id) | The ID of the AWS account that owns the VPC |
| <aname="output_vpc_secondary_cidr_blocks"></a>[vpc\_secondary\_cidr\_blocks](#output\_vpc\_secondary\_cidr\_blocks) | List of secondary CIDR blocks of the VPC |
| <aname="output_default_vpc_cidr_block"></a>[default\_vpc\_cidr\_block](#output\_default\_vpc\_cidr\_block) | The CIDR block of the VPC |
| <aname="output_cgw_arns"></a>[cgw\_arns](#output\_cgw\_arns) | List of ARNs of Customer Gateway |
| <aname="output_cgw_ids"></a>[cgw\_ids](#output\_cgw\_ids) | List of IDs of Customer Gateway |
| <aname="output_database_internet_gateway_route_id"></a>[database\_internet\_gateway\_route\_id](#output\_database\_internet\_gateway\_route\_id) | ID of the database internet gateway route |
| <aname="output_database_ipv6_egress_route_id"></a>[database\_ipv6\_egress\_route\_id](#output\_database\_ipv6\_egress\_route\_id) | ID of the database IPv6 egress route |
| <aname="output_database_nat_gateway_route_ids"></a>[database\_nat\_gateway\_route\_ids](#output\_database\_nat\_gateway\_route\_ids) | List of IDs of the database nat gateway route |
| <aname="output_database_network_acl_arn"></a>[database\_network\_acl\_arn](#output\_database\_network\_acl\_arn) | ARN of the database network ACL |
| <aname="output_database_network_acl_id"></a>[database\_network\_acl\_id](#output\_database\_network\_acl\_id) | ID of the database network ACL |
| <aname="output_database_route_table_association_ids"></a>[database\_route\_table\_association\_ids](#output\_database\_route\_table\_association\_ids) | List of IDs of the database route table association |
| <aname="output_database_route_table_ids"></a>[database\_route\_table\_ids](#output\_database\_route\_table\_ids) | List of IDs of database route tables |
| <aname="output_database_subnet_arns"></a>[database\_subnet\_arns](#output\_database\_subnet\_arns) | List of ARNs of database subnets |
| <aname="output_database_subnet_group"></a>[database\_subnet\_group](#output\_database\_subnet\_group) | ID of database subnet group |
| <aname="output_database_subnet_group_name"></a>[database\_subnet\_group\_name](#output\_database\_subnet\_group\_name) | Name of database subnet group |
| <aname="output_database_subnets"></a>[database\_subnets](#output\_database\_subnets) | List of IDs of database subnets |
| <aname="output_database_subnets_cidr_blocks"></a>[database\_subnets\_cidr\_blocks](#output\_database\_subnets\_cidr\_blocks) | List of cidr\_blocks of database subnets |
| <aname="output_database_subnets_ipv6_cidr_blocks"></a>[database\_subnets\_ipv6\_cidr\_blocks](#output\_database\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of database subnets in an IPv6 enabled VPC |
| <aname="output_default_network_acl_id"></a>[default\_network\_acl\_id](#output\_default\_network\_acl\_id) | The ID of the default network ACL |
| <aname="output_default_route_table_id"></a>[default\_route\_table\_id](#output\_default\_route\_table\_id) | The ID of the default route table |
| <aname="output_default_security_group_id"></a>[default\_security\_group\_id](#output\_default\_security\_group\_id) | The ID of the security group created by default on VPC creation |
| <aname="output_default_vpc_arn"></a>[default\_vpc\_arn](#output\_default\_vpc\_arn) | The ARN of the Default VPC |
| <aname="output_default_vpc_cidr_block"></a>[default\_vpc\_cidr\_block](#output\_default\_vpc\_cidr\_block) | The CIDR block of the Default VPC |
| <aname="output_default_vpc_default_network_acl_id"></a>[default\_vpc\_default\_network\_acl\_id](#output\_default\_vpc\_default\_network\_acl\_id) | The ID of the default network ACL of the Default VPC |
| <aname="output_default_vpc_default_route_table_id"></a>[default\_vpc\_default\_route\_table\_id](#output\_default\_vpc\_default\_route\_table\_id) | The ID of the default route table of the Default VPC |
| <aname="output_default_vpc_default_security_group_id"></a>[default\_vpc\_default\_security\_group\_id](#output\_default\_vpc\_default\_security\_group\_id) | The ID of the security group created by default on Default VPC creation |
| <aname="output_default_vpc_enable_dns_hostnames"></a>[default\_vpc\_enable\_dns\_hostnames](#output\_default\_vpc\_enable\_dns\_hostnames) | Whether or not the Default VPC has DNS hostname support |
| <aname="output_default_vpc_enable_dns_support"></a>[default\_vpc\_enable\_dns\_support](#output\_default\_vpc\_enable\_dns\_support) | Whether or not the Default VPC has DNS support |
| <aname="output_default_vpc_id"></a>[default\_vpc\_id](#output\_default\_vpc\_id) | The ID of the Default VPC |
| <aname="output_default_vpc_instance_tenancy"></a>[default\_vpc\_instance\_tenancy](#output\_default\_vpc\_instance\_tenancy) | Tenancy of instances spin up within Default VPC |
| <aname="output_default_vpc_main_route_table_id"></a>[default\_vpc\_main\_route\_table\_id](#output\_default\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with the Default VPC |
| <aname="output_dhcp_options_id"></a>[dhcp\_options\_id](#output\_dhcp\_options\_id) | The ID of the DHCP options |
| <aname="output_egress_only_internet_gateway_id"></a>[egress\_only\_internet\_gateway\_id](#output\_egress\_only\_internet\_gateway\_id) | The ID of the egress only Internet Gateway |
| <aname="output_elasticache_network_acl_arn"></a>[elasticache\_network\_acl\_arn](#output\_elasticache\_network\_acl\_arn) | ARN of the elasticache network ACL |
| <aname="output_elasticache_network_acl_id"></a>[elasticache\_network\_acl\_id](#output\_elasticache\_network\_acl\_id) | ID of the elasticache network ACL |
| <aname="output_elasticache_route_table_association_ids"></a>[elasticache\_route\_table\_association\_ids](#output\_elasticache\_route\_table\_association\_ids) | List of IDs of the elasticache route table association |
| <aname="output_elasticache_route_table_ids"></a>[elasticache\_route\_table\_ids](#output\_elasticache\_route\_table\_ids) | List of IDs of elasticache route tables |
| <aname="output_elasticache_subnet_arns"></a>[elasticache\_subnet\_arns](#output\_elasticache\_subnet\_arns) | List of ARNs of elasticache subnets |
| <aname="output_elasticache_subnet_group"></a>[elasticache\_subnet\_group](#output\_elasticache\_subnet\_group) | ID of elasticache subnet group |
| <aname="output_elasticache_subnet_group_name"></a>[elasticache\_subnet\_group\_name](#output\_elasticache\_subnet\_group\_name) | Name of elasticache subnet group |
| <aname="output_elasticache_subnets"></a>[elasticache\_subnets](#output\_elasticache\_subnets) | List of IDs of elasticache subnets |
| <aname="output_elasticache_subnets_cidr_blocks"></a>[elasticache\_subnets\_cidr\_blocks](#output\_elasticache\_subnets\_cidr\_blocks) | List of cidr\_blocks of elasticache subnets |
| <aname="output_elasticache_subnets_ipv6_cidr_blocks"></a>[elasticache\_subnets\_ipv6\_cidr\_blocks](#output\_elasticache\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of elasticache subnets in an IPv6 enabled VPC |
| <aname="output_igw_arn"></a>[igw\_arn](#output\_igw\_arn) | The ARN of the Internet Gateway |
| <aname="output_igw_id"></a>[igw\_id](#output\_igw\_id) | The ID of the Internet Gateway |
| <aname="output_intra_network_acl_arn"></a>[intra\_network\_acl\_arn](#output\_intra\_network\_acl\_arn) | ARN of the intra network ACL |
| <aname="output_intra_network_acl_id"></a>[intra\_network\_acl\_id](#output\_intra\_network\_acl\_id) | ID of the intra network ACL |
| <aname="output_intra_route_table_association_ids"></a>[intra\_route\_table\_association\_ids](#output\_intra\_route\_table\_association\_ids) | List of IDs of the intra route table association |
| <aname="output_intra_route_table_ids"></a>[intra\_route\_table\_ids](#output\_intra\_route\_table\_ids) | List of IDs of intra route tables |
| <aname="output_intra_subnet_arns"></a>[intra\_subnet\_arns](#output\_intra\_subnet\_arns) | List of ARNs of intra subnets |
| <aname="output_intra_subnets"></a>[intra\_subnets](#output\_intra\_subnets) | List of IDs of intra subnets |
| <aname="output_intra_subnets_cidr_blocks"></a>[intra\_subnets\_cidr\_blocks](#output\_intra\_subnets\_cidr\_blocks) | List of cidr\_blocks of intra subnets |
| <aname="output_intra_subnets_ipv6_cidr_blocks"></a>[intra\_subnets\_ipv6\_cidr\_blocks](#output\_intra\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of intra subnets in an IPv6 enabled VPC |
| <aname="output_nat_ids"></a>[nat\_ids](#output\_nat\_ids) | List of allocation ID of Elastic IPs created for AWS NAT Gateway |
| <aname="output_nat_public_ips"></a>[nat\_public\_ips](#output\_nat\_public\_ips) | List of public Elastic IPs created for AWS NAT Gateway |
| <aname="output_natgw_ids"></a>[natgw\_ids](#output\_natgw\_ids) | List of NAT Gateway IDs |
| <aname="output_outpost_network_acl_arn"></a>[outpost\_network\_acl\_arn](#output\_outpost\_network\_acl\_arn) | ARN of the outpost network ACL |
| <aname="output_outpost_network_acl_id"></a>[outpost\_network\_acl\_id](#output\_outpost\_network\_acl\_id) | ID of the outpost network ACL |
| <aname="output_outpost_subnet_arns"></a>[outpost\_subnet\_arns](#output\_outpost\_subnet\_arns) | List of ARNs of outpost subnets |
| <aname="output_outpost_subnets"></a>[outpost\_subnets](#output\_outpost\_subnets) | List of IDs of outpost subnets |
| <aname="output_outpost_subnets_cidr_blocks"></a>[outpost\_subnets\_cidr\_blocks](#output\_outpost\_subnets\_cidr\_blocks) | List of cidr\_blocks of outpost subnets |
| <aname="output_outpost_subnets_ipv6_cidr_blocks"></a>[outpost\_subnets\_ipv6\_cidr\_blocks](#output\_outpost\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of outpost subnets in an IPv6 enabled VPC |
| <aname="output_private_ipv6_egress_route_ids"></a>[private\_ipv6\_egress\_route\_ids](#output\_private\_ipv6\_egress\_route\_ids) | List of IDs of the ipv6 egress route |
| <aname="output_private_nat_gateway_route_ids"></a>[private\_nat\_gateway\_route\_ids](#output\_private\_nat\_gateway\_route\_ids) | List of IDs of the private nat gateway route |
| <aname="output_private_network_acl_arn"></a>[private\_network\_acl\_arn](#output\_private\_network\_acl\_arn) | ARN of the private network ACL |
| <aname="output_private_network_acl_id"></a>[private\_network\_acl\_id](#output\_private\_network\_acl\_id) | ID of the private network ACL |
| <aname="output_private_route_table_association_ids"></a>[private\_route\_table\_association\_ids](#output\_private\_route\_table\_association\_ids) | List of IDs of the private route table association |
| <aname="output_private_route_table_ids"></a>[private\_route\_table\_ids](#output\_private\_route\_table\_ids) | List of IDs of private route tables |
| <aname="output_private_subnet_arns"></a>[private\_subnet\_arns](#output\_private\_subnet\_arns) | List of ARNs of private subnets |
| <aname="output_private_subnets"></a>[private\_subnets](#output\_private\_subnets) | List of IDs of private subnets |
| <aname="output_private_subnets_cidr_blocks"></a>[private\_subnets\_cidr\_blocks](#output\_private\_subnets\_cidr\_blocks) | List of cidr\_blocks of private subnets |
| <aname="output_private_subnets_ipv6_cidr_blocks"></a>[private\_subnets\_ipv6\_cidr\_blocks](#output\_private\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of private subnets in an IPv6 enabled VPC |
| <aname="output_public_internet_gateway_ipv6_route_id"></a>[public\_internet\_gateway\_ipv6\_route\_id](#output\_public\_internet\_gateway\_ipv6\_route\_id) | ID of the IPv6 internet gateway route |
| <aname="output_public_internet_gateway_route_id"></a>[public\_internet\_gateway\_route\_id](#output\_public\_internet\_gateway\_route\_id) | ID of the internet gateway route |
| <aname="output_public_network_acl_arn"></a>[public\_network\_acl\_arn](#output\_public\_network\_acl\_arn) | ARN of the public network ACL |
| <aname="output_public_network_acl_id"></a>[public\_network\_acl\_id](#output\_public\_network\_acl\_id) | ID of the public network ACL |
| <aname="output_public_route_table_association_ids"></a>[public\_route\_table\_association\_ids](#output\_public\_route\_table\_association\_ids) | List of IDs of the public route table association |
| <aname="output_public_route_table_ids"></a>[public\_route\_table\_ids](#output\_public\_route\_table\_ids) | List of IDs of public route tables |
| <aname="output_public_subnet_arns"></a>[public\_subnet\_arns](#output\_public\_subnet\_arns) | List of ARNs of public subnets |
| <aname="output_public_subnets"></a>[public\_subnets](#output\_public\_subnets) | List of IDs of public subnets |
| <aname="output_public_subnets_cidr_blocks"></a>[public\_subnets\_cidr\_blocks](#output\_public\_subnets\_cidr\_blocks) | List of cidr\_blocks of public subnets |
| <aname="output_public_subnets_ipv6_cidr_blocks"></a>[public\_subnets\_ipv6\_cidr\_blocks](#output\_public\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of public subnets in an IPv6 enabled VPC |
| <aname="output_redshift_network_acl_arn"></a>[redshift\_network\_acl\_arn](#output\_redshift\_network\_acl\_arn) | ARN of the redshift network ACL |
| <aname="output_redshift_network_acl_id"></a>[redshift\_network\_acl\_id](#output\_redshift\_network\_acl\_id) | ID of the redshift network ACL |
| <aname="output_redshift_public_route_table_association_ids"></a>[redshift\_public\_route\_table\_association\_ids](#output\_redshift\_public\_route\_table\_association\_ids) | List of IDs of the public redshidt route table association |
| <aname="output_redshift_route_table_association_ids"></a>[redshift\_route\_table\_association\_ids](#output\_redshift\_route\_table\_association\_ids) | List of IDs of the redshift route table association |
| <aname="output_redshift_route_table_ids"></a>[redshift\_route\_table\_ids](#output\_redshift\_route\_table\_ids) | List of IDs of redshift route tables |
| <aname="output_redshift_subnet_arns"></a>[redshift\_subnet\_arns](#output\_redshift\_subnet\_arns) | List of ARNs of redshift subnets |
| <aname="output_redshift_subnet_group"></a>[redshift\_subnet\_group](#output\_redshift\_subnet\_group) | ID of redshift subnet group |
| <aname="output_redshift_subnets"></a>[redshift\_subnets](#output\_redshift\_subnets) | List of IDs of redshift subnets |
| <aname="output_redshift_subnets_cidr_blocks"></a>[redshift\_subnets\_cidr\_blocks](#output\_redshift\_subnets\_cidr\_blocks) | List of cidr\_blocks of redshift subnets |
| <aname="output_redshift_subnets_ipv6_cidr_blocks"></a>[redshift\_subnets\_ipv6\_cidr\_blocks](#output\_redshift\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of redshift subnets in an IPv6 enabled VPC |
| <aname="output_this_customer_gateway"></a>[this\_customer\_gateway](#output\_this\_customer\_gateway) | Map of Customer Gateway attributes |
| <aname="output_vgw_arn"></a>[vgw\_arn](#output\_vgw\_arn) | The ARN of the VPN Gateway |
| <aname="output_vgw_id"></a>[vgw\_id](#output\_vgw\_id) | The ID of the VPN Gateway |
| <aname="output_vpc_arn"></a>[vpc\_arn](#output\_vpc\_arn) | The ARN of the VPC |
| <aname="output_vpc_cidr_block"></a>[vpc\_cidr\_block](#output\_vpc\_cidr\_block) | The CIDR block of the VPC |
| <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 |
| <aname="output_vpc_enable_dns_support"></a>[vpc\_enable\_dns\_support](#output\_vpc\_enable\_dns\_support) | Whether or not the VPC has DNS support |
| <aname="output_vpc_flow_log_cloudwatch_iam_role_arn"></a>[vpc\_flow\_log\_cloudwatch\_iam\_role\_arn](#output\_vpc\_flow\_log\_cloudwatch\_iam\_role\_arn) | The ARN of the IAM role used when pushing logs to Cloudwatch log group |
| <aname="output_vpc_flow_log_destination_arn"></a>[vpc\_flow\_log\_destination\_arn](#output\_vpc\_flow\_log\_destination\_arn) | The ARN of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_destination_type"></a>[vpc\_flow\_log\_destination\_type](#output\_vpc\_flow\_log\_destination\_type) | The type of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_id"></a>[vpc\_flow\_log\_id](#output\_vpc\_flow\_log\_id) | The ID of the Flow Log resource |
| <aname="output_vpc_id"></a>[vpc\_id](#output\_vpc\_id) | The ID of the VPC |
| <aname="output_vpc_instance_tenancy"></a>[vpc\_instance\_tenancy](#output\_vpc\_instance\_tenancy) | Tenancy of instances spin up within VPC |
| <aname="output_vpc_ipv6_association_id"></a>[vpc\_ipv6\_association\_id](#output\_vpc\_ipv6\_association\_id) | The association ID for the IPv6 CIDR block |
| <aname="output_vpc_ipv6_cidr_block"></a>[vpc\_ipv6\_cidr\_block](#output\_vpc\_ipv6\_cidr\_block) | The IPv6 CIDR block |
| <aname="output_vpc_main_route_table_id"></a>[vpc\_main\_route\_table\_id](#output\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with this VPC |
| <aname="output_vpc_owner_id"></a>[vpc\_owner\_id](#output\_vpc\_owner\_id) | The ID of the AWS account that owns the VPC |
| <aname="output_vpc_secondary_cidr_blocks"></a>[vpc\_secondary\_cidr\_blocks](#output\_vpc\_secondary\_cidr\_blocks) | List of secondary CIDR blocks of the VPC |
| <aname="output_cgw_arns"></a>[cgw\_arns](#output\_cgw\_arns) | List of ARNs of Customer Gateway |
| <aname="output_cgw_ids"></a>[cgw\_ids](#output\_cgw\_ids) | List of IDs of Customer Gateway |
| <aname="output_database_internet_gateway_route_id"></a>[database\_internet\_gateway\_route\_id](#output\_database\_internet\_gateway\_route\_id) | ID of the database internet gateway route |
| <aname="output_database_ipv6_egress_route_id"></a>[database\_ipv6\_egress\_route\_id](#output\_database\_ipv6\_egress\_route\_id) | ID of the database IPv6 egress route |
| <aname="output_database_nat_gateway_route_ids"></a>[database\_nat\_gateway\_route\_ids](#output\_database\_nat\_gateway\_route\_ids) | List of IDs of the database nat gateway route |
| <aname="output_database_network_acl_arn"></a>[database\_network\_acl\_arn](#output\_database\_network\_acl\_arn) | ARN of the database network ACL |
| <aname="output_database_network_acl_id"></a>[database\_network\_acl\_id](#output\_database\_network\_acl\_id) | ID of the database network ACL |
| <aname="output_database_route_table_association_ids"></a>[database\_route\_table\_association\_ids](#output\_database\_route\_table\_association\_ids) | List of IDs of the database route table association |
| <aname="output_database_route_table_ids"></a>[database\_route\_table\_ids](#output\_database\_route\_table\_ids) | List of IDs of database route tables |
| <aname="output_database_subnet_arns"></a>[database\_subnet\_arns](#output\_database\_subnet\_arns) | List of ARNs of database subnets |
| <aname="output_database_subnet_group"></a>[database\_subnet\_group](#output\_database\_subnet\_group) | ID of database subnet group |
| <aname="output_database_subnet_group_name"></a>[database\_subnet\_group\_name](#output\_database\_subnet\_group\_name) | Name of database subnet group |
| <aname="output_database_subnets"></a>[database\_subnets](#output\_database\_subnets) | List of IDs of database subnets |
| <aname="output_database_subnets_cidr_blocks"></a>[database\_subnets\_cidr\_blocks](#output\_database\_subnets\_cidr\_blocks) | List of cidr\_blocks of database subnets |
| <aname="output_database_subnets_ipv6_cidr_blocks"></a>[database\_subnets\_ipv6\_cidr\_blocks](#output\_database\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of database subnets in an IPv6 enabled VPC |
| <aname="output_default_network_acl_id"></a>[default\_network\_acl\_id](#output\_default\_network\_acl\_id) | The ID of the default network ACL |
| <aname="output_default_route_table_id"></a>[default\_route\_table\_id](#output\_default\_route\_table\_id) | The ID of the default route table |
| <aname="output_default_security_group_id"></a>[default\_security\_group\_id](#output\_default\_security\_group\_id) | The ID of the security group created by default on VPC creation |
| <aname="output_default_vpc_arn"></a>[default\_vpc\_arn](#output\_default\_vpc\_arn) | The ARN of the Default VPC |
| <aname="output_default_vpc_cidr_block"></a>[default\_vpc\_cidr\_block](#output\_default\_vpc\_cidr\_block) | The CIDR block of the Default VPC |
| <aname="output_default_vpc_default_network_acl_id"></a>[default\_vpc\_default\_network\_acl\_id](#output\_default\_vpc\_default\_network\_acl\_id) | The ID of the default network ACL of the Default VPC |
| <aname="output_default_vpc_default_route_table_id"></a>[default\_vpc\_default\_route\_table\_id](#output\_default\_vpc\_default\_route\_table\_id) | The ID of the default route table of the Default VPC |
| <aname="output_default_vpc_default_security_group_id"></a>[default\_vpc\_default\_security\_group\_id](#output\_default\_vpc\_default\_security\_group\_id) | The ID of the security group created by default on Default VPC creation |
| <aname="output_default_vpc_enable_dns_hostnames"></a>[default\_vpc\_enable\_dns\_hostnames](#output\_default\_vpc\_enable\_dns\_hostnames) | Whether or not the Default VPC has DNS hostname support |
| <aname="output_default_vpc_enable_dns_support"></a>[default\_vpc\_enable\_dns\_support](#output\_default\_vpc\_enable\_dns\_support) | Whether or not the Default VPC has DNS support |
| <aname="output_default_vpc_id"></a>[default\_vpc\_id](#output\_default\_vpc\_id) | The ID of the Default VPC |
| <aname="output_default_vpc_instance_tenancy"></a>[default\_vpc\_instance\_tenancy](#output\_default\_vpc\_instance\_tenancy) | Tenancy of instances spin up within Default VPC |
| <aname="output_default_vpc_main_route_table_id"></a>[default\_vpc\_main\_route\_table\_id](#output\_default\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with the Default VPC |
| <aname="output_dhcp_options_id"></a>[dhcp\_options\_id](#output\_dhcp\_options\_id) | The ID of the DHCP options |
| <aname="output_egress_only_internet_gateway_id"></a>[egress\_only\_internet\_gateway\_id](#output\_egress\_only\_internet\_gateway\_id) | The ID of the egress only Internet Gateway |
| <aname="output_elasticache_network_acl_arn"></a>[elasticache\_network\_acl\_arn](#output\_elasticache\_network\_acl\_arn) | ARN of the elasticache network ACL |
| <aname="output_elasticache_network_acl_id"></a>[elasticache\_network\_acl\_id](#output\_elasticache\_network\_acl\_id) | ID of the elasticache network ACL |
| <aname="output_elasticache_route_table_association_ids"></a>[elasticache\_route\_table\_association\_ids](#output\_elasticache\_route\_table\_association\_ids) | List of IDs of the elasticache route table association |
| <aname="output_elasticache_route_table_ids"></a>[elasticache\_route\_table\_ids](#output\_elasticache\_route\_table\_ids) | List of IDs of elasticache route tables |
| <aname="output_elasticache_subnet_arns"></a>[elasticache\_subnet\_arns](#output\_elasticache\_subnet\_arns) | List of ARNs of elasticache subnets |
| <aname="output_elasticache_subnet_group"></a>[elasticache\_subnet\_group](#output\_elasticache\_subnet\_group) | ID of elasticache subnet group |
| <aname="output_elasticache_subnet_group_name"></a>[elasticache\_subnet\_group\_name](#output\_elasticache\_subnet\_group\_name) | Name of elasticache subnet group |
| <aname="output_elasticache_subnets"></a>[elasticache\_subnets](#output\_elasticache\_subnets) | List of IDs of elasticache subnets |
| <aname="output_elasticache_subnets_cidr_blocks"></a>[elasticache\_subnets\_cidr\_blocks](#output\_elasticache\_subnets\_cidr\_blocks) | List of cidr\_blocks of elasticache subnets |
| <aname="output_elasticache_subnets_ipv6_cidr_blocks"></a>[elasticache\_subnets\_ipv6\_cidr\_blocks](#output\_elasticache\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of elasticache subnets in an IPv6 enabled VPC |
| <aname="output_igw_arn"></a>[igw\_arn](#output\_igw\_arn) | The ARN of the Internet Gateway |
| <aname="output_igw_id"></a>[igw\_id](#output\_igw\_id) | The ID of the Internet Gateway |
| <aname="output_intra_network_acl_arn"></a>[intra\_network\_acl\_arn](#output\_intra\_network\_acl\_arn) | ARN of the intra network ACL |
| <aname="output_intra_network_acl_id"></a>[intra\_network\_acl\_id](#output\_intra\_network\_acl\_id) | ID of the intra network ACL |
| <aname="output_intra_route_table_association_ids"></a>[intra\_route\_table\_association\_ids](#output\_intra\_route\_table\_association\_ids) | List of IDs of the intra route table association |
| <aname="output_intra_route_table_ids"></a>[intra\_route\_table\_ids](#output\_intra\_route\_table\_ids) | List of IDs of intra route tables |
| <aname="output_intra_subnet_arns"></a>[intra\_subnet\_arns](#output\_intra\_subnet\_arns) | List of ARNs of intra subnets |
| <aname="output_intra_subnets"></a>[intra\_subnets](#output\_intra\_subnets) | List of IDs of intra subnets |
| <aname="output_intra_subnets_cidr_blocks"></a>[intra\_subnets\_cidr\_blocks](#output\_intra\_subnets\_cidr\_blocks) | List of cidr\_blocks of intra subnets |
| <aname="output_intra_subnets_ipv6_cidr_blocks"></a>[intra\_subnets\_ipv6\_cidr\_blocks](#output\_intra\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of intra subnets in an IPv6 enabled VPC |
| <aname="output_nat_ids"></a>[nat\_ids](#output\_nat\_ids) | List of allocation ID of Elastic IPs created for AWS NAT Gateway |
| <aname="output_nat_public_ips"></a>[nat\_public\_ips](#output\_nat\_public\_ips) | List of public Elastic IPs created for AWS NAT Gateway |
| <aname="output_natgw_ids"></a>[natgw\_ids](#output\_natgw\_ids) | List of NAT Gateway IDs |
| <aname="output_outpost_network_acl_arn"></a>[outpost\_network\_acl\_arn](#output\_outpost\_network\_acl\_arn) | ARN of the outpost network ACL |
| <aname="output_outpost_network_acl_id"></a>[outpost\_network\_acl\_id](#output\_outpost\_network\_acl\_id) | ID of the outpost network ACL |
| <aname="output_outpost_subnet_arns"></a>[outpost\_subnet\_arns](#output\_outpost\_subnet\_arns) | List of ARNs of outpost subnets |
| <aname="output_outpost_subnets"></a>[outpost\_subnets](#output\_outpost\_subnets) | List of IDs of outpost subnets |
| <aname="output_outpost_subnets_cidr_blocks"></a>[outpost\_subnets\_cidr\_blocks](#output\_outpost\_subnets\_cidr\_blocks) | List of cidr\_blocks of outpost subnets |
| <aname="output_outpost_subnets_ipv6_cidr_blocks"></a>[outpost\_subnets\_ipv6\_cidr\_blocks](#output\_outpost\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of outpost subnets in an IPv6 enabled VPC |
| <aname="output_private_ipv6_egress_route_ids"></a>[private\_ipv6\_egress\_route\_ids](#output\_private\_ipv6\_egress\_route\_ids) | List of IDs of the ipv6 egress route |
| <aname="output_private_nat_gateway_route_ids"></a>[private\_nat\_gateway\_route\_ids](#output\_private\_nat\_gateway\_route\_ids) | List of IDs of the private nat gateway route |
| <aname="output_private_network_acl_arn"></a>[private\_network\_acl\_arn](#output\_private\_network\_acl\_arn) | ARN of the private network ACL |
| <aname="output_private_network_acl_id"></a>[private\_network\_acl\_id](#output\_private\_network\_acl\_id) | ID of the private network ACL |
| <aname="output_private_route_table_association_ids"></a>[private\_route\_table\_association\_ids](#output\_private\_route\_table\_association\_ids) | List of IDs of the private route table association |
| <aname="output_private_route_table_ids"></a>[private\_route\_table\_ids](#output\_private\_route\_table\_ids) | List of IDs of private route tables |
| <aname="output_private_subnet_arns"></a>[private\_subnet\_arns](#output\_private\_subnet\_arns) | List of ARNs of private subnets |
| <aname="output_private_subnets"></a>[private\_subnets](#output\_private\_subnets) | List of IDs of private subnets |
| <aname="output_private_subnets_cidr_blocks"></a>[private\_subnets\_cidr\_blocks](#output\_private\_subnets\_cidr\_blocks) | List of cidr\_blocks of private subnets |
| <aname="output_private_subnets_ipv6_cidr_blocks"></a>[private\_subnets\_ipv6\_cidr\_blocks](#output\_private\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of private subnets in an IPv6 enabled VPC |
| <aname="output_public_internet_gateway_ipv6_route_id"></a>[public\_internet\_gateway\_ipv6\_route\_id](#output\_public\_internet\_gateway\_ipv6\_route\_id) | ID of the IPv6 internet gateway route |
| <aname="output_public_internet_gateway_route_id"></a>[public\_internet\_gateway\_route\_id](#output\_public\_internet\_gateway\_route\_id) | ID of the internet gateway route |
| <aname="output_public_network_acl_arn"></a>[public\_network\_acl\_arn](#output\_public\_network\_acl\_arn) | ARN of the public network ACL |
| <aname="output_public_network_acl_id"></a>[public\_network\_acl\_id](#output\_public\_network\_acl\_id) | ID of the public network ACL |
| <aname="output_public_route_table_association_ids"></a>[public\_route\_table\_association\_ids](#output\_public\_route\_table\_association\_ids) | List of IDs of the public route table association |
| <aname="output_public_route_table_ids"></a>[public\_route\_table\_ids](#output\_public\_route\_table\_ids) | List of IDs of public route tables |
| <aname="output_public_subnet_arns"></a>[public\_subnet\_arns](#output\_public\_subnet\_arns) | List of ARNs of public subnets |
| <aname="output_public_subnets"></a>[public\_subnets](#output\_public\_subnets) | List of IDs of public subnets |
| <aname="output_public_subnets_cidr_blocks"></a>[public\_subnets\_cidr\_blocks](#output\_public\_subnets\_cidr\_blocks) | List of cidr\_blocks of public subnets |
| <aname="output_public_subnets_ipv6_cidr_blocks"></a>[public\_subnets\_ipv6\_cidr\_blocks](#output\_public\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of public subnets in an IPv6 enabled VPC |
| <aname="output_redshift_network_acl_arn"></a>[redshift\_network\_acl\_arn](#output\_redshift\_network\_acl\_arn) | ARN of the redshift network ACL |
| <aname="output_redshift_network_acl_id"></a>[redshift\_network\_acl\_id](#output\_redshift\_network\_acl\_id) | ID of the redshift network ACL |
| <aname="output_redshift_public_route_table_association_ids"></a>[redshift\_public\_route\_table\_association\_ids](#output\_redshift\_public\_route\_table\_association\_ids) | List of IDs of the public redshidt route table association |
| <aname="output_redshift_route_table_association_ids"></a>[redshift\_route\_table\_association\_ids](#output\_redshift\_route\_table\_association\_ids) | List of IDs of the redshift route table association |
| <aname="output_redshift_route_table_ids"></a>[redshift\_route\_table\_ids](#output\_redshift\_route\_table\_ids) | List of IDs of redshift route tables |
| <aname="output_redshift_subnet_arns"></a>[redshift\_subnet\_arns](#output\_redshift\_subnet\_arns) | List of ARNs of redshift subnets |
| <aname="output_redshift_subnet_group"></a>[redshift\_subnet\_group](#output\_redshift\_subnet\_group) | ID of redshift subnet group |
| <aname="output_redshift_subnets"></a>[redshift\_subnets](#output\_redshift\_subnets) | List of IDs of redshift subnets |
| <aname="output_redshift_subnets_cidr_blocks"></a>[redshift\_subnets\_cidr\_blocks](#output\_redshift\_subnets\_cidr\_blocks) | List of cidr\_blocks of redshift subnets |
| <aname="output_redshift_subnets_ipv6_cidr_blocks"></a>[redshift\_subnets\_ipv6\_cidr\_blocks](#output\_redshift\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of redshift subnets in an IPv6 enabled VPC |
| <aname="output_this_customer_gateway"></a>[this\_customer\_gateway](#output\_this\_customer\_gateway) | Map of Customer Gateway attributes |
| <aname="output_vgw_arn"></a>[vgw\_arn](#output\_vgw\_arn) | The ARN of the VPN Gateway |
| <aname="output_vgw_id"></a>[vgw\_id](#output\_vgw\_id) | The ID of the VPN Gateway |
| <aname="output_vpc_arn"></a>[vpc\_arn](#output\_vpc\_arn) | The ARN of the VPC |
| <aname="output_vpc_cidr_block"></a>[vpc\_cidr\_block](#output\_vpc\_cidr\_block) | The CIDR block of the VPC |
| <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 |
| <aname="output_vpc_enable_dns_support"></a>[vpc\_enable\_dns\_support](#output\_vpc\_enable\_dns\_support) | Whether or not the VPC has DNS support |
| <aname="output_vpc_flow_log_cloudwatch_iam_role_arn"></a>[vpc\_flow\_log\_cloudwatch\_iam\_role\_arn](#output\_vpc\_flow\_log\_cloudwatch\_iam\_role\_arn) | The ARN of the IAM role used when pushing logs to Cloudwatch log group |
| <aname="output_vpc_flow_log_destination_arn"></a>[vpc\_flow\_log\_destination\_arn](#output\_vpc\_flow\_log\_destination\_arn) | The ARN of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_destination_type"></a>[vpc\_flow\_log\_destination\_type](#output\_vpc\_flow\_log\_destination\_type) | The type of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_id"></a>[vpc\_flow\_log\_id](#output\_vpc\_flow\_log\_id) | The ID of the Flow Log resource |
| <aname="output_vpc_id"></a>[vpc\_id](#output\_vpc\_id) | The ID of the VPC |
| <aname="output_vpc_instance_tenancy"></a>[vpc\_instance\_tenancy](#output\_vpc\_instance\_tenancy) | Tenancy of instances spin up within VPC |
| <aname="output_vpc_ipv6_association_id"></a>[vpc\_ipv6\_association\_id](#output\_vpc\_ipv6\_association\_id) | The association ID for the IPv6 CIDR block |
| <aname="output_vpc_ipv6_cidr_block"></a>[vpc\_ipv6\_cidr\_block](#output\_vpc\_ipv6\_cidr\_block) | The IPv6 CIDR block |
| <aname="output_vpc_main_route_table_id"></a>[vpc\_main\_route\_table\_id](#output\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with this VPC |
| <aname="output_vpc_owner_id"></a>[vpc\_owner\_id](#output\_vpc\_owner\_id) | The ID of the AWS account that owns the VPC |
| <aname="output_vpc_secondary_cidr_blocks"></a>[vpc\_secondary\_cidr\_blocks](#output\_vpc\_secondary\_cidr\_blocks) | List of secondary CIDR blocks of the VPC |
| <aname="output_azs"></a>[azs](#output\_azs) | A list of availability zones specified as argument to this module |
| <aname="output_cgw_arns"></a>[cgw\_arns](#output\_cgw\_arns) | List of ARNs of Customer Gateway |
| <aname="output_cgw_ids"></a>[cgw\_ids](#output\_cgw\_ids) | List of IDs of Customer Gateway |
| <aname="output_database_internet_gateway_route_id"></a>[database\_internet\_gateway\_route\_id](#output\_database\_internet\_gateway\_route\_id) | ID of the database internet gateway route |
| <aname="output_database_ipv6_egress_route_id"></a>[database\_ipv6\_egress\_route\_id](#output\_database\_ipv6\_egress\_route\_id) | ID of the database IPv6 egress route |
| <aname="output_database_nat_gateway_route_ids"></a>[database\_nat\_gateway\_route\_ids](#output\_database\_nat\_gateway\_route\_ids) | List of IDs of the database nat gateway route |
| <aname="output_database_network_acl_arn"></a>[database\_network\_acl\_arn](#output\_database\_network\_acl\_arn) | ARN of the database network ACL |
| <aname="output_database_network_acl_id"></a>[database\_network\_acl\_id](#output\_database\_network\_acl\_id) | ID of the database network ACL |
| <aname="output_database_route_table_association_ids"></a>[database\_route\_table\_association\_ids](#output\_database\_route\_table\_association\_ids) | List of IDs of the database route table association |
| <aname="output_database_route_table_ids"></a>[database\_route\_table\_ids](#output\_database\_route\_table\_ids) | List of IDs of database route tables |
| <aname="output_database_subnet_arns"></a>[database\_subnet\_arns](#output\_database\_subnet\_arns) | List of ARNs of database subnets |
| <aname="output_database_subnet_group"></a>[database\_subnet\_group](#output\_database\_subnet\_group) | ID of database subnet group |
| <aname="output_database_subnet_group_name"></a>[database\_subnet\_group\_name](#output\_database\_subnet\_group\_name) | Name of database subnet group |
| <aname="output_database_subnets"></a>[database\_subnets](#output\_database\_subnets) | List of IDs of database subnets |
| <aname="output_database_subnets_cidr_blocks"></a>[database\_subnets\_cidr\_blocks](#output\_database\_subnets\_cidr\_blocks) | List of cidr\_blocks of database subnets |
| <aname="output_database_subnets_ipv6_cidr_blocks"></a>[database\_subnets\_ipv6\_cidr\_blocks](#output\_database\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of database subnets in an IPv6 enabled VPC |
| <aname="output_default_network_acl_id"></a>[default\_network\_acl\_id](#output\_default\_network\_acl\_id) | The ID of the default network ACL |
| <aname="output_default_route_table_id"></a>[default\_route\_table\_id](#output\_default\_route\_table\_id) | The ID of the default route table |
| <aname="output_default_security_group_id"></a>[default\_security\_group\_id](#output\_default\_security\_group\_id) | The ID of the security group created by default on VPC creation |
| <aname="output_default_vpc_arn"></a>[default\_vpc\_arn](#output\_default\_vpc\_arn) | The ARN of the Default VPC |
| <aname="output_default_vpc_cidr_block"></a>[default\_vpc\_cidr\_block](#output\_default\_vpc\_cidr\_block) | The CIDR block of the Default VPC |
| <aname="output_default_vpc_default_network_acl_id"></a>[default\_vpc\_default\_network\_acl\_id](#output\_default\_vpc\_default\_network\_acl\_id) | The ID of the default network ACL of the Default VPC |
| <aname="output_default_vpc_default_route_table_id"></a>[default\_vpc\_default\_route\_table\_id](#output\_default\_vpc\_default\_route\_table\_id) | The ID of the default route table of the Default VPC |
| <aname="output_default_vpc_default_security_group_id"></a>[default\_vpc\_default\_security\_group\_id](#output\_default\_vpc\_default\_security\_group\_id) | The ID of the security group created by default on Default VPC creation |
| <aname="output_default_vpc_enable_dns_hostnames"></a>[default\_vpc\_enable\_dns\_hostnames](#output\_default\_vpc\_enable\_dns\_hostnames) | Whether or not the Default VPC has DNS hostname support |
| <aname="output_default_vpc_enable_dns_support"></a>[default\_vpc\_enable\_dns\_support](#output\_default\_vpc\_enable\_dns\_support) | Whether or not the Default VPC has DNS support |
| <aname="output_default_vpc_id"></a>[default\_vpc\_id](#output\_default\_vpc\_id) | The ID of the Default VPC |
| <aname="output_default_vpc_instance_tenancy"></a>[default\_vpc\_instance\_tenancy](#output\_default\_vpc\_instance\_tenancy) | Tenancy of instances spin up within Default VPC |
| <aname="output_default_vpc_main_route_table_id"></a>[default\_vpc\_main\_route\_table\_id](#output\_default\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with the Default VPC |
| <aname="output_dhcp_options_id"></a>[dhcp\_options\_id](#output\_dhcp\_options\_id) | The ID of the DHCP options |
| <aname="output_egress_only_internet_gateway_id"></a>[egress\_only\_internet\_gateway\_id](#output\_egress\_only\_internet\_gateway\_id) | The ID of the egress only Internet Gateway |
| <aname="output_elasticache_network_acl_arn"></a>[elasticache\_network\_acl\_arn](#output\_elasticache\_network\_acl\_arn) | ARN of the elasticache network ACL |
| <aname="output_elasticache_network_acl_id"></a>[elasticache\_network\_acl\_id](#output\_elasticache\_network\_acl\_id) | ID of the elasticache network ACL |
| <aname="output_elasticache_route_table_association_ids"></a>[elasticache\_route\_table\_association\_ids](#output\_elasticache\_route\_table\_association\_ids) | List of IDs of the elasticache route table association |
| <aname="output_elasticache_route_table_ids"></a>[elasticache\_route\_table\_ids](#output\_elasticache\_route\_table\_ids) | List of IDs of elasticache route tables |
| <aname="output_elasticache_subnet_arns"></a>[elasticache\_subnet\_arns](#output\_elasticache\_subnet\_arns) | List of ARNs of elasticache subnets |
| <aname="output_elasticache_subnet_group"></a>[elasticache\_subnet\_group](#output\_elasticache\_subnet\_group) | ID of elasticache subnet group |
| <aname="output_elasticache_subnet_group_name"></a>[elasticache\_subnet\_group\_name](#output\_elasticache\_subnet\_group\_name) | Name of elasticache subnet group |
| <aname="output_elasticache_subnets"></a>[elasticache\_subnets](#output\_elasticache\_subnets) | List of IDs of elasticache subnets |
| <aname="output_elasticache_subnets_cidr_blocks"></a>[elasticache\_subnets\_cidr\_blocks](#output\_elasticache\_subnets\_cidr\_blocks) | List of cidr\_blocks of elasticache subnets |
| <aname="output_elasticache_subnets_ipv6_cidr_blocks"></a>[elasticache\_subnets\_ipv6\_cidr\_blocks](#output\_elasticache\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of elasticache subnets in an IPv6 enabled VPC |
| <aname="output_igw_arn"></a>[igw\_arn](#output\_igw\_arn) | The ARN of the Internet Gateway |
| <aname="output_igw_id"></a>[igw\_id](#output\_igw\_id) | The ID of the Internet Gateway |
| <aname="output_intra_network_acl_arn"></a>[intra\_network\_acl\_arn](#output\_intra\_network\_acl\_arn) | ARN of the intra network ACL |
| <aname="output_intra_network_acl_id"></a>[intra\_network\_acl\_id](#output\_intra\_network\_acl\_id) | ID of the intra network ACL |
| <aname="output_intra_route_table_association_ids"></a>[intra\_route\_table\_association\_ids](#output\_intra\_route\_table\_association\_ids) | List of IDs of the intra route table association |
| <aname="output_intra_route_table_ids"></a>[intra\_route\_table\_ids](#output\_intra\_route\_table\_ids) | List of IDs of intra route tables |
| <aname="output_intra_subnet_arns"></a>[intra\_subnet\_arns](#output\_intra\_subnet\_arns) | List of ARNs of intra subnets |
| <aname="output_intra_subnets"></a>[intra\_subnets](#output\_intra\_subnets) | List of IDs of intra subnets |
| <aname="output_intra_subnets_cidr_blocks"></a>[intra\_subnets\_cidr\_blocks](#output\_intra\_subnets\_cidr\_blocks) | List of cidr\_blocks of intra subnets |
| <aname="output_intra_subnets_ipv6_cidr_blocks"></a>[intra\_subnets\_ipv6\_cidr\_blocks](#output\_intra\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of intra subnets in an IPv6 enabled VPC |
| <aname="output_nat_ids"></a>[nat\_ids](#output\_nat\_ids) | List of allocation ID of Elastic IPs created for AWS NAT Gateway |
| <aname="output_nat_public_ips"></a>[nat\_public\_ips](#output\_nat\_public\_ips) | List of public Elastic IPs created for AWS NAT Gateway |
| <aname="output_outpost_subnets"></a>[outpost\_subnets](#output\_outpost\_subnets) | List of IDs of private subnets |
| <aname="output_natgw_ids"></a>[natgw\_ids](#output\_natgw\_ids) | List of NAT Gateway IDs |
| <aname="output_outpost_network_acl_arn"></a>[outpost\_network\_acl\_arn](#output\_outpost\_network\_acl\_arn) | ARN of the outpost network ACL |
| <aname="output_outpost_network_acl_id"></a>[outpost\_network\_acl\_id](#output\_outpost\_network\_acl\_id) | ID of the outpost network ACL |
| <aname="output_outpost_subnet_arns"></a>[outpost\_subnet\_arns](#output\_outpost\_subnet\_arns) | List of ARNs of outpost subnets |
| <aname="output_outpost_subnets"></a>[outpost\_subnets](#output\_outpost\_subnets) | List of IDs of outpost subnets |
| <aname="output_outpost_subnets_cidr_blocks"></a>[outpost\_subnets\_cidr\_blocks](#output\_outpost\_subnets\_cidr\_blocks) | List of cidr\_blocks of outpost subnets |
| <aname="output_outpost_subnets_ipv6_cidr_blocks"></a>[outpost\_subnets\_ipv6\_cidr\_blocks](#output\_outpost\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of outpost subnets in an IPv6 enabled VPC |
| <aname="output_private_ipv6_egress_route_ids"></a>[private\_ipv6\_egress\_route\_ids](#output\_private\_ipv6\_egress\_route\_ids) | List of IDs of the ipv6 egress route |
| <aname="output_private_nat_gateway_route_ids"></a>[private\_nat\_gateway\_route\_ids](#output\_private\_nat\_gateway\_route\_ids) | List of IDs of the private nat gateway route |
| <aname="output_private_network_acl_arn"></a>[private\_network\_acl\_arn](#output\_private\_network\_acl\_arn) | ARN of the private network ACL |
| <aname="output_private_network_acl_id"></a>[private\_network\_acl\_id](#output\_private\_network\_acl\_id) | ID of the private network ACL |
| <aname="output_private_route_table_association_ids"></a>[private\_route\_table\_association\_ids](#output\_private\_route\_table\_association\_ids) | List of IDs of the private route table association |
| <aname="output_private_route_table_ids"></a>[private\_route\_table\_ids](#output\_private\_route\_table\_ids) | List of IDs of private route tables |
| <aname="output_private_subnet_arns"></a>[private\_subnet\_arns](#output\_private\_subnet\_arns) | List of ARNs of private subnets |
| <aname="output_private_subnets"></a>[private\_subnets](#output\_private\_subnets) | List of IDs of private subnets |
| <aname="output_private_subnets_cidr_blocks"></a>[private\_subnets\_cidr\_blocks](#output\_private\_subnets\_cidr\_blocks) | List of cidr\_blocks of private subnets |
| <aname="output_private_subnets_ipv6_cidr_blocks"></a>[private\_subnets\_ipv6\_cidr\_blocks](#output\_private\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of private subnets in an IPv6 enabled VPC |
| <aname="output_public_internet_gateway_ipv6_route_id"></a>[public\_internet\_gateway\_ipv6\_route\_id](#output\_public\_internet\_gateway\_ipv6\_route\_id) | ID of the IPv6 internet gateway route |
| <aname="output_public_internet_gateway_route_id"></a>[public\_internet\_gateway\_route\_id](#output\_public\_internet\_gateway\_route\_id) | ID of the internet gateway route |
| <aname="output_public_network_acl_arn"></a>[public\_network\_acl\_arn](#output\_public\_network\_acl\_arn) | ARN of the public network ACL |
| <aname="output_public_network_acl_id"></a>[public\_network\_acl\_id](#output\_public\_network\_acl\_id) | ID of the public network ACL |
| <aname="output_public_route_table_association_ids"></a>[public\_route\_table\_association\_ids](#output\_public\_route\_table\_association\_ids) | List of IDs of the public route table association |
| <aname="output_public_route_table_ids"></a>[public\_route\_table\_ids](#output\_public\_route\_table\_ids) | List of IDs of public route tables |
| <aname="output_public_subnet_arns"></a>[public\_subnet\_arns](#output\_public\_subnet\_arns) | List of ARNs of public subnets |
| <aname="output_public_subnets"></a>[public\_subnets](#output\_public\_subnets) | List of IDs of public subnets |
| <aname="output_public_subnets_cidr_blocks"></a>[public\_subnets\_cidr\_blocks](#output\_public\_subnets\_cidr\_blocks) | List of cidr\_blocks of public subnets |
| <aname="output_public_subnets_ipv6_cidr_blocks"></a>[public\_subnets\_ipv6\_cidr\_blocks](#output\_public\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of public subnets in an IPv6 enabled VPC |
| <aname="output_redshift_network_acl_arn"></a>[redshift\_network\_acl\_arn](#output\_redshift\_network\_acl\_arn) | ARN of the redshift network ACL |
| <aname="output_redshift_network_acl_id"></a>[redshift\_network\_acl\_id](#output\_redshift\_network\_acl\_id) | ID of the redshift network ACL |
| <aname="output_redshift_public_route_table_association_ids"></a>[redshift\_public\_route\_table\_association\_ids](#output\_redshift\_public\_route\_table\_association\_ids) | List of IDs of the public redshidt route table association |
| <aname="output_redshift_route_table_association_ids"></a>[redshift\_route\_table\_association\_ids](#output\_redshift\_route\_table\_association\_ids) | List of IDs of the redshift route table association |
| <aname="output_redshift_route_table_ids"></a>[redshift\_route\_table\_ids](#output\_redshift\_route\_table\_ids) | List of IDs of redshift route tables |
| <aname="output_redshift_subnet_arns"></a>[redshift\_subnet\_arns](#output\_redshift\_subnet\_arns) | List of ARNs of redshift subnets |
| <aname="output_redshift_subnet_group"></a>[redshift\_subnet\_group](#output\_redshift\_subnet\_group) | ID of redshift subnet group |
| <aname="output_redshift_subnets"></a>[redshift\_subnets](#output\_redshift\_subnets) | List of IDs of redshift subnets |
| <aname="output_redshift_subnets_cidr_blocks"></a>[redshift\_subnets\_cidr\_blocks](#output\_redshift\_subnets\_cidr\_blocks) | List of cidr\_blocks of redshift subnets |
| <aname="output_redshift_subnets_ipv6_cidr_blocks"></a>[redshift\_subnets\_ipv6\_cidr\_blocks](#output\_redshift\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of redshift subnets in an IPv6 enabled VPC |
| <aname="output_this_customer_gateway"></a>[this\_customer\_gateway](#output\_this\_customer\_gateway) | Map of Customer Gateway attributes |
| <aname="output_vgw_arn"></a>[vgw\_arn](#output\_vgw\_arn) | The ARN of the VPN Gateway |
| <aname="output_vgw_id"></a>[vgw\_id](#output\_vgw\_id) | The ID of the VPN Gateway |
| <aname="output_vpc_arn"></a>[vpc\_arn](#output\_vpc\_arn) | The ARN of the VPC |
| <aname="output_vpc_cidr_block"></a>[vpc\_cidr\_block](#output\_vpc\_cidr\_block) | The CIDR block of the VPC |
| <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 |
| <aname="output_vpc_enable_dns_support"></a>[vpc\_enable\_dns\_support](#output\_vpc\_enable\_dns\_support) | Whether or not the VPC has DNS support |
| <aname="output_vpc_flow_log_cloudwatch_iam_role_arn"></a>[vpc\_flow\_log\_cloudwatch\_iam\_role\_arn](#output\_vpc\_flow\_log\_cloudwatch\_iam\_role\_arn) | The ARN of the IAM role used when pushing logs to Cloudwatch log group |
| <aname="output_vpc_flow_log_destination_arn"></a>[vpc\_flow\_log\_destination\_arn](#output\_vpc\_flow\_log\_destination\_arn) | The ARN of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_destination_type"></a>[vpc\_flow\_log\_destination\_type](#output\_vpc\_flow\_log\_destination\_type) | The type of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_id"></a>[vpc\_flow\_log\_id](#output\_vpc\_flow\_log\_id) | The ID of the Flow Log resource |
| <aname="output_vpc_id"></a>[vpc\_id](#output\_vpc\_id) | The ID of the VPC |
| <aname="output_vpc_instance_tenancy"></a>[vpc\_instance\_tenancy](#output\_vpc\_instance\_tenancy) | Tenancy of instances spin up within VPC |
| <aname="output_vpc_ipv6_association_id"></a>[vpc\_ipv6\_association\_id](#output\_vpc\_ipv6\_association\_id) | The association ID for the IPv6 CIDR block |
| <aname="output_vpc_ipv6_cidr_block"></a>[vpc\_ipv6\_cidr\_block](#output\_vpc\_ipv6\_cidr\_block) | The IPv6 CIDR block |
| <aname="output_vpc_main_route_table_id"></a>[vpc\_main\_route\_table\_id](#output\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with this VPC |
| <aname="output_vpc_owner_id"></a>[vpc\_owner\_id](#output\_vpc\_owner\_id) | The ID of the AWS account that owns the VPC |
| <aname="output_vpc_secondary_cidr_blocks"></a>[vpc\_secondary\_cidr\_blocks](#output\_vpc\_secondary\_cidr\_blocks) | List of secondary CIDR blocks of the VPC |
| <aname="output_cgw_arns"></a>[cgw\_arns](#output\_cgw\_arns) | List of ARNs of Customer Gateway |
| <aname="output_cgw_ids"></a>[cgw\_ids](#output\_cgw\_ids) | List of IDs of Customer Gateway |
| <aname="output_database_internet_gateway_route_id"></a>[database\_internet\_gateway\_route\_id](#output\_database\_internet\_gateway\_route\_id) | ID of the database internet gateway route |
| <aname="output_database_ipv6_egress_route_id"></a>[database\_ipv6\_egress\_route\_id](#output\_database\_ipv6\_egress\_route\_id) | ID of the database IPv6 egress route |
| <aname="output_database_nat_gateway_route_ids"></a>[database\_nat\_gateway\_route\_ids](#output\_database\_nat\_gateway\_route\_ids) | List of IDs of the database nat gateway route |
| <aname="output_database_network_acl_arn"></a>[database\_network\_acl\_arn](#output\_database\_network\_acl\_arn) | ARN of the database network ACL |
| <aname="output_database_network_acl_id"></a>[database\_network\_acl\_id](#output\_database\_network\_acl\_id) | ID of the database network ACL |
| <aname="output_database_route_table_association_ids"></a>[database\_route\_table\_association\_ids](#output\_database\_route\_table\_association\_ids) | List of IDs of the database route table association |
| <aname="output_database_route_table_ids"></a>[database\_route\_table\_ids](#output\_database\_route\_table\_ids) | List of IDs of database route tables |
| <aname="output_database_subnet_arns"></a>[database\_subnet\_arns](#output\_database\_subnet\_arns) | List of ARNs of database subnets |
| <aname="output_database_subnet_group"></a>[database\_subnet\_group](#output\_database\_subnet\_group) | ID of database subnet group |
| <aname="output_database_subnet_group_name"></a>[database\_subnet\_group\_name](#output\_database\_subnet\_group\_name) | Name of database subnet group |
| <aname="output_database_subnets"></a>[database\_subnets](#output\_database\_subnets) | List of IDs of database subnets |
| <aname="output_database_subnets_cidr_blocks"></a>[database\_subnets\_cidr\_blocks](#output\_database\_subnets\_cidr\_blocks) | List of cidr\_blocks of database subnets |
| <aname="output_database_subnets_ipv6_cidr_blocks"></a>[database\_subnets\_ipv6\_cidr\_blocks](#output\_database\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of database subnets in an IPv6 enabled VPC |
| <aname="output_default_network_acl_id"></a>[default\_network\_acl\_id](#output\_default\_network\_acl\_id) | The ID of the default network ACL |
| <aname="output_default_route_table_id"></a>[default\_route\_table\_id](#output\_default\_route\_table\_id) | The ID of the default route table |
| <aname="output_default_security_group_id"></a>[default\_security\_group\_id](#output\_default\_security\_group\_id) | The ID of the security group created by default on VPC creation |
| <aname="output_default_vpc_arn"></a>[default\_vpc\_arn](#output\_default\_vpc\_arn) | The ARN of the Default VPC |
| <aname="output_default_vpc_cidr_block"></a>[default\_vpc\_cidr\_block](#output\_default\_vpc\_cidr\_block) | The CIDR block of the Default VPC |
| <aname="output_default_vpc_default_network_acl_id"></a>[default\_vpc\_default\_network\_acl\_id](#output\_default\_vpc\_default\_network\_acl\_id) | The ID of the default network ACL of the Default VPC |
| <aname="output_default_vpc_default_route_table_id"></a>[default\_vpc\_default\_route\_table\_id](#output\_default\_vpc\_default\_route\_table\_id) | The ID of the default route table of the Default VPC |
| <aname="output_default_vpc_default_security_group_id"></a>[default\_vpc\_default\_security\_group\_id](#output\_default\_vpc\_default\_security\_group\_id) | The ID of the security group created by default on Default VPC creation |
| <aname="output_default_vpc_enable_dns_hostnames"></a>[default\_vpc\_enable\_dns\_hostnames](#output\_default\_vpc\_enable\_dns\_hostnames) | Whether or not the Default VPC has DNS hostname support |
| <aname="output_default_vpc_enable_dns_support"></a>[default\_vpc\_enable\_dns\_support](#output\_default\_vpc\_enable\_dns\_support) | Whether or not the Default VPC has DNS support |
| <aname="output_default_vpc_id"></a>[default\_vpc\_id](#output\_default\_vpc\_id) | The ID of the Default VPC |
| <aname="output_default_vpc_instance_tenancy"></a>[default\_vpc\_instance\_tenancy](#output\_default\_vpc\_instance\_tenancy) | Tenancy of instances spin up within Default VPC |
| <aname="output_default_vpc_main_route_table_id"></a>[default\_vpc\_main\_route\_table\_id](#output\_default\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with the Default VPC |
| <aname="output_dhcp_options_id"></a>[dhcp\_options\_id](#output\_dhcp\_options\_id) | The ID of the DHCP options |
| <aname="output_egress_only_internet_gateway_id"></a>[egress\_only\_internet\_gateway\_id](#output\_egress\_only\_internet\_gateway\_id) | The ID of the egress only Internet Gateway |
| <aname="output_elasticache_network_acl_arn"></a>[elasticache\_network\_acl\_arn](#output\_elasticache\_network\_acl\_arn) | ARN of the elasticache network ACL |
| <aname="output_elasticache_network_acl_id"></a>[elasticache\_network\_acl\_id](#output\_elasticache\_network\_acl\_id) | ID of the elasticache network ACL |
| <aname="output_elasticache_route_table_association_ids"></a>[elasticache\_route\_table\_association\_ids](#output\_elasticache\_route\_table\_association\_ids) | List of IDs of the elasticache route table association |
| <aname="output_elasticache_route_table_ids"></a>[elasticache\_route\_table\_ids](#output\_elasticache\_route\_table\_ids) | List of IDs of elasticache route tables |
| <aname="output_elasticache_subnet_arns"></a>[elasticache\_subnet\_arns](#output\_elasticache\_subnet\_arns) | List of ARNs of elasticache subnets |
| <aname="output_elasticache_subnet_group"></a>[elasticache\_subnet\_group](#output\_elasticache\_subnet\_group) | ID of elasticache subnet group |
| <aname="output_elasticache_subnet_group_name"></a>[elasticache\_subnet\_group\_name](#output\_elasticache\_subnet\_group\_name) | Name of elasticache subnet group |
| <aname="output_elasticache_subnets"></a>[elasticache\_subnets](#output\_elasticache\_subnets) | List of IDs of elasticache subnets |
| <aname="output_elasticache_subnets_cidr_blocks"></a>[elasticache\_subnets\_cidr\_blocks](#output\_elasticache\_subnets\_cidr\_blocks) | List of cidr\_blocks of elasticache subnets |
| <aname="output_elasticache_subnets_ipv6_cidr_blocks"></a>[elasticache\_subnets\_ipv6\_cidr\_blocks](#output\_elasticache\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of elasticache subnets in an IPv6 enabled VPC |
| <aname="output_igw_arn"></a>[igw\_arn](#output\_igw\_arn) | The ARN of the Internet Gateway |
| <aname="output_igw_id"></a>[igw\_id](#output\_igw\_id) | The ID of the Internet Gateway |
| <aname="output_intra_network_acl_arn"></a>[intra\_network\_acl\_arn](#output\_intra\_network\_acl\_arn) | ARN of the intra network ACL |
| <aname="output_intra_network_acl_id"></a>[intra\_network\_acl\_id](#output\_intra\_network\_acl\_id) | ID of the intra network ACL |
| <aname="output_intra_route_table_association_ids"></a>[intra\_route\_table\_association\_ids](#output\_intra\_route\_table\_association\_ids) | List of IDs of the intra route table association |
| <aname="output_intra_route_table_ids"></a>[intra\_route\_table\_ids](#output\_intra\_route\_table\_ids) | List of IDs of intra route tables |
| <aname="output_intra_subnet_arns"></a>[intra\_subnet\_arns](#output\_intra\_subnet\_arns) | List of ARNs of intra subnets |
| <aname="output_intra_subnets"></a>[intra\_subnets](#output\_intra\_subnets) | List of IDs of intra subnets |
| <aname="output_intra_subnets_cidr_blocks"></a>[intra\_subnets\_cidr\_blocks](#output\_intra\_subnets\_cidr\_blocks) | List of cidr\_blocks of intra subnets |
| <aname="output_intra_subnets_ipv6_cidr_blocks"></a>[intra\_subnets\_ipv6\_cidr\_blocks](#output\_intra\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of intra subnets in an IPv6 enabled VPC |
| <aname="output_nat_ids"></a>[nat\_ids](#output\_nat\_ids) | List of allocation ID of Elastic IPs created for AWS NAT Gateway |
| <aname="output_nat_public_ips"></a>[nat\_public\_ips](#output\_nat\_public\_ips) | List of public Elastic IPs created for AWS NAT Gateway |
| <aname="output_natgw_ids"></a>[natgw\_ids](#output\_natgw\_ids) | List of NAT Gateway IDs |
| <aname="output_outpost_network_acl_arn"></a>[outpost\_network\_acl\_arn](#output\_outpost\_network\_acl\_arn) | ARN of the outpost network ACL |
| <aname="output_outpost_network_acl_id"></a>[outpost\_network\_acl\_id](#output\_outpost\_network\_acl\_id) | ID of the outpost network ACL |
| <aname="output_outpost_subnet_arns"></a>[outpost\_subnet\_arns](#output\_outpost\_subnet\_arns) | List of ARNs of outpost subnets |
| <aname="output_outpost_subnets"></a>[outpost\_subnets](#output\_outpost\_subnets) | List of IDs of outpost subnets |
| <aname="output_outpost_subnets_cidr_blocks"></a>[outpost\_subnets\_cidr\_blocks](#output\_outpost\_subnets\_cidr\_blocks) | List of cidr\_blocks of outpost subnets |
| <aname="output_outpost_subnets_ipv6_cidr_blocks"></a>[outpost\_subnets\_ipv6\_cidr\_blocks](#output\_outpost\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of outpost subnets in an IPv6 enabled VPC |
| <aname="output_private_ipv6_egress_route_ids"></a>[private\_ipv6\_egress\_route\_ids](#output\_private\_ipv6\_egress\_route\_ids) | List of IDs of the ipv6 egress route |
| <aname="output_private_nat_gateway_route_ids"></a>[private\_nat\_gateway\_route\_ids](#output\_private\_nat\_gateway\_route\_ids) | List of IDs of the private nat gateway route |
| <aname="output_private_network_acl_arn"></a>[private\_network\_acl\_arn](#output\_private\_network\_acl\_arn) | ARN of the private network ACL |
| <aname="output_private_network_acl_id"></a>[private\_network\_acl\_id](#output\_private\_network\_acl\_id) | ID of the private network ACL |
| <aname="output_private_route_table_association_ids"></a>[private\_route\_table\_association\_ids](#output\_private\_route\_table\_association\_ids) | List of IDs of the private route table association |
| <aname="output_private_route_table_ids"></a>[private\_route\_table\_ids](#output\_private\_route\_table\_ids) | List of IDs of private route tables |
| <aname="output_private_subnet_arns"></a>[private\_subnet\_arns](#output\_private\_subnet\_arns) | List of ARNs of private subnets |
| <aname="output_private_subnets"></a>[private\_subnets](#output\_private\_subnets) | List of IDs of private subnets |
| <aname="output_private_subnets_cidr_blocks"></a>[private\_subnets\_cidr\_blocks](#output\_private\_subnets\_cidr\_blocks) | List of cidr\_blocks of private subnets |
| <aname="output_private_subnets_ipv6_cidr_blocks"></a>[private\_subnets\_ipv6\_cidr\_blocks](#output\_private\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of private subnets in an IPv6 enabled VPC |
| <aname="output_public_internet_gateway_ipv6_route_id"></a>[public\_internet\_gateway\_ipv6\_route\_id](#output\_public\_internet\_gateway\_ipv6\_route\_id) | ID of the IPv6 internet gateway route |
| <aname="output_public_internet_gateway_route_id"></a>[public\_internet\_gateway\_route\_id](#output\_public\_internet\_gateway\_route\_id) | ID of the internet gateway route |
| <aname="output_public_network_acl_arn"></a>[public\_network\_acl\_arn](#output\_public\_network\_acl\_arn) | ARN of the public network ACL |
| <aname="output_public_network_acl_id"></a>[public\_network\_acl\_id](#output\_public\_network\_acl\_id) | ID of the public network ACL |
| <aname="output_public_route_table_association_ids"></a>[public\_route\_table\_association\_ids](#output\_public\_route\_table\_association\_ids) | List of IDs of the public route table association |
| <aname="output_public_route_table_ids"></a>[public\_route\_table\_ids](#output\_public\_route\_table\_ids) | List of IDs of public route tables |
| <aname="output_public_subnet_arns"></a>[public\_subnet\_arns](#output\_public\_subnet\_arns) | List of ARNs of public subnets |
| <aname="output_public_subnets"></a>[public\_subnets](#output\_public\_subnets) | List of IDs of public subnets |
| <aname="output_public_subnets_cidr_blocks"></a>[public\_subnets\_cidr\_blocks](#output\_public\_subnets\_cidr\_blocks) | List of cidr\_blocks of public subnets |
| <aname="output_public_subnets_ipv6_cidr_blocks"></a>[public\_subnets\_ipv6\_cidr\_blocks](#output\_public\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of public subnets in an IPv6 enabled VPC |
| <aname="output_redshift_network_acl_arn"></a>[redshift\_network\_acl\_arn](#output\_redshift\_network\_acl\_arn) | ARN of the redshift network ACL |
| <aname="output_redshift_network_acl_id"></a>[redshift\_network\_acl\_id](#output\_redshift\_network\_acl\_id) | ID of the redshift network ACL |
| <aname="output_redshift_public_route_table_association_ids"></a>[redshift\_public\_route\_table\_association\_ids](#output\_redshift\_public\_route\_table\_association\_ids) | List of IDs of the public redshidt route table association |
| <aname="output_redshift_route_table_association_ids"></a>[redshift\_route\_table\_association\_ids](#output\_redshift\_route\_table\_association\_ids) | List of IDs of the redshift route table association |
| <aname="output_redshift_route_table_ids"></a>[redshift\_route\_table\_ids](#output\_redshift\_route\_table\_ids) | List of IDs of redshift route tables |
| <aname="output_redshift_subnet_arns"></a>[redshift\_subnet\_arns](#output\_redshift\_subnet\_arns) | List of ARNs of redshift subnets |
| <aname="output_redshift_subnet_group"></a>[redshift\_subnet\_group](#output\_redshift\_subnet\_group) | ID of redshift subnet group |
| <aname="output_redshift_subnets"></a>[redshift\_subnets](#output\_redshift\_subnets) | List of IDs of redshift subnets |
| <aname="output_redshift_subnets_cidr_blocks"></a>[redshift\_subnets\_cidr\_blocks](#output\_redshift\_subnets\_cidr\_blocks) | List of cidr\_blocks of redshift subnets |
| <aname="output_redshift_subnets_ipv6_cidr_blocks"></a>[redshift\_subnets\_ipv6\_cidr\_blocks](#output\_redshift\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of redshift subnets in an IPv6 enabled VPC |
| <aname="output_this_customer_gateway"></a>[this\_customer\_gateway](#output\_this\_customer\_gateway) | Map of Customer Gateway attributes |
| <aname="output_vgw_arn"></a>[vgw\_arn](#output\_vgw\_arn) | The ARN of the VPN Gateway |
| <aname="output_vgw_id"></a>[vgw\_id](#output\_vgw\_id) | The ID of the VPN Gateway |
| <aname="output_vpc_arn"></a>[vpc\_arn](#output\_vpc\_arn) | The ARN of the VPC |
| <aname="output_vpc_cidr_block"></a>[vpc\_cidr\_block](#output\_vpc\_cidr\_block) | The CIDR block of the VPC |
| <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 |
| <aname="output_vpc_enable_dns_support"></a>[vpc\_enable\_dns\_support](#output\_vpc\_enable\_dns\_support) | Whether or not the VPC has DNS support |
| <aname="output_vpc_flow_log_cloudwatch_iam_role_arn"></a>[vpc\_flow\_log\_cloudwatch\_iam\_role\_arn](#output\_vpc\_flow\_log\_cloudwatch\_iam\_role\_arn) | The ARN of the IAM role used when pushing logs to Cloudwatch log group |
| <aname="output_vpc_flow_log_destination_arn"></a>[vpc\_flow\_log\_destination\_arn](#output\_vpc\_flow\_log\_destination\_arn) | The ARN of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_destination_type"></a>[vpc\_flow\_log\_destination\_type](#output\_vpc\_flow\_log\_destination\_type) | The type of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_id"></a>[vpc\_flow\_log\_id](#output\_vpc\_flow\_log\_id) | The ID of the Flow Log resource |
| <aname="output_vpc_id"></a>[vpc\_id](#output\_vpc\_id) | The ID of the VPC |
| <aname="output_vpc_instance_tenancy"></a>[vpc\_instance\_tenancy](#output\_vpc\_instance\_tenancy) | Tenancy of instances spin up within VPC |
| <aname="output_vpc_ipv6_association_id"></a>[vpc\_ipv6\_association\_id](#output\_vpc\_ipv6\_association\_id) | The association ID for the IPv6 CIDR block |
| <aname="output_vpc_ipv6_cidr_block"></a>[vpc\_ipv6\_cidr\_block](#output\_vpc\_ipv6\_cidr\_block) | The IPv6 CIDR block |
| <aname="output_vpc_main_route_table_id"></a>[vpc\_main\_route\_table\_id](#output\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with this VPC |
| <aname="output_vpc_owner_id"></a>[vpc\_owner\_id](#output\_vpc\_owner\_id) | The ID of the AWS account that owns the VPC |
| <aname="output_vpc_secondary_cidr_blocks"></a>[vpc\_secondary\_cidr\_blocks](#output\_vpc\_secondary\_cidr\_blocks) | List of secondary CIDR blocks of the VPC |
| <aname="output_azs"></a>[azs](#output\_azs) | A list of availability zones specified as argument to this module |
| <aname="output_cgw_arns"></a>[cgw\_arns](#output\_cgw\_arns) | List of ARNs of Customer Gateway |
| <aname="output_cgw_ids"></a>[cgw\_ids](#output\_cgw\_ids) | List of IDs of Customer Gateway |
| <aname="output_database_internet_gateway_route_id"></a>[database\_internet\_gateway\_route\_id](#output\_database\_internet\_gateway\_route\_id) | ID of the database internet gateway route |
| <aname="output_database_ipv6_egress_route_id"></a>[database\_ipv6\_egress\_route\_id](#output\_database\_ipv6\_egress\_route\_id) | ID of the database IPv6 egress route |
| <aname="output_database_nat_gateway_route_ids"></a>[database\_nat\_gateway\_route\_ids](#output\_database\_nat\_gateway\_route\_ids) | List of IDs of the database nat gateway route |
| <aname="output_database_network_acl_arn"></a>[database\_network\_acl\_arn](#output\_database\_network\_acl\_arn) | ARN of the database network ACL |
| <aname="output_database_network_acl_id"></a>[database\_network\_acl\_id](#output\_database\_network\_acl\_id) | ID of the database network ACL |
| <aname="output_database_route_table_association_ids"></a>[database\_route\_table\_association\_ids](#output\_database\_route\_table\_association\_ids) | List of IDs of the database route table association |
| <aname="output_database_route_table_ids"></a>[database\_route\_table\_ids](#output\_database\_route\_table\_ids) | List of IDs of database route tables |
| <aname="output_database_subnet_arns"></a>[database\_subnet\_arns](#output\_database\_subnet\_arns) | List of ARNs of database subnets |
| <aname="output_database_subnet_group"></a>[database\_subnet\_group](#output\_database\_subnet\_group) | ID of database subnet group |
| <aname="output_database_subnet_group_name"></a>[database\_subnet\_group\_name](#output\_database\_subnet\_group\_name) | Name of database subnet group |
| <aname="output_database_subnets"></a>[database\_subnets](#output\_database\_subnets) | List of IDs of database subnets |
| <aname="output_database_subnets_cidr_blocks"></a>[database\_subnets\_cidr\_blocks](#output\_database\_subnets\_cidr\_blocks) | List of cidr\_blocks of database subnets |
| <aname="output_database_subnets_ipv6_cidr_blocks"></a>[database\_subnets\_ipv6\_cidr\_blocks](#output\_database\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of database subnets in an IPv6 enabled VPC |
| <aname="output_default_network_acl_id"></a>[default\_network\_acl\_id](#output\_default\_network\_acl\_id) | The ID of the default network ACL |
| <aname="output_default_route_table_id"></a>[default\_route\_table\_id](#output\_default\_route\_table\_id) | The ID of the default route table |
| <aname="output_default_security_group_id"></a>[default\_security\_group\_id](#output\_default\_security\_group\_id) | The ID of the security group created by default on VPC creation |
| <aname="output_default_vpc_arn"></a>[default\_vpc\_arn](#output\_default\_vpc\_arn) | The ARN of the Default VPC |
| <aname="output_default_vpc_cidr_block"></a>[default\_vpc\_cidr\_block](#output\_default\_vpc\_cidr\_block) | The CIDR block of the Default VPC |
| <aname="output_default_vpc_default_network_acl_id"></a>[default\_vpc\_default\_network\_acl\_id](#output\_default\_vpc\_default\_network\_acl\_id) | The ID of the default network ACL of the Default VPC |
| <aname="output_default_vpc_default_route_table_id"></a>[default\_vpc\_default\_route\_table\_id](#output\_default\_vpc\_default\_route\_table\_id) | The ID of the default route table of the Default VPC |
| <aname="output_default_vpc_default_security_group_id"></a>[default\_vpc\_default\_security\_group\_id](#output\_default\_vpc\_default\_security\_group\_id) | The ID of the security group created by default on Default VPC creation |
| <aname="output_default_vpc_enable_dns_hostnames"></a>[default\_vpc\_enable\_dns\_hostnames](#output\_default\_vpc\_enable\_dns\_hostnames) | Whether or not the Default VPC has DNS hostname support |
| <aname="output_default_vpc_enable_dns_support"></a>[default\_vpc\_enable\_dns\_support](#output\_default\_vpc\_enable\_dns\_support) | Whether or not the Default VPC has DNS support |
| <aname="output_default_vpc_id"></a>[default\_vpc\_id](#output\_default\_vpc\_id) | The ID of the Default VPC |
| <aname="output_default_vpc_instance_tenancy"></a>[default\_vpc\_instance\_tenancy](#output\_default\_vpc\_instance\_tenancy) | Tenancy of instances spin up within Default VPC |
| <aname="output_default_vpc_main_route_table_id"></a>[default\_vpc\_main\_route\_table\_id](#output\_default\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with the Default VPC |
| <aname="output_dhcp_options_id"></a>[dhcp\_options\_id](#output\_dhcp\_options\_id) | The ID of the DHCP options |
| <aname="output_egress_only_internet_gateway_id"></a>[egress\_only\_internet\_gateway\_id](#output\_egress\_only\_internet\_gateway\_id) | The ID of the egress only Internet Gateway |
| <aname="output_elasticache_network_acl_arn"></a>[elasticache\_network\_acl\_arn](#output\_elasticache\_network\_acl\_arn) | ARN of the elasticache network ACL |
| <aname="output_elasticache_network_acl_id"></a>[elasticache\_network\_acl\_id](#output\_elasticache\_network\_acl\_id) | ID of the elasticache network ACL |
| <aname="output_elasticache_route_table_association_ids"></a>[elasticache\_route\_table\_association\_ids](#output\_elasticache\_route\_table\_association\_ids) | List of IDs of the elasticache route table association |
| <aname="output_elasticache_route_table_ids"></a>[elasticache\_route\_table\_ids](#output\_elasticache\_route\_table\_ids) | List of IDs of elasticache route tables |
| <aname="output_elasticache_subnet_arns"></a>[elasticache\_subnet\_arns](#output\_elasticache\_subnet\_arns) | List of ARNs of elasticache subnets |
| <aname="output_elasticache_subnet_group"></a>[elasticache\_subnet\_group](#output\_elasticache\_subnet\_group) | ID of elasticache subnet group |
| <aname="output_elasticache_subnet_group_name"></a>[elasticache\_subnet\_group\_name](#output\_elasticache\_subnet\_group\_name) | Name of elasticache subnet group |
| <aname="output_elasticache_subnets"></a>[elasticache\_subnets](#output\_elasticache\_subnets) | List of IDs of elasticache subnets |
| <aname="output_elasticache_subnets_cidr_blocks"></a>[elasticache\_subnets\_cidr\_blocks](#output\_elasticache\_subnets\_cidr\_blocks) | List of cidr\_blocks of elasticache subnets |
| <aname="output_elasticache_subnets_ipv6_cidr_blocks"></a>[elasticache\_subnets\_ipv6\_cidr\_blocks](#output\_elasticache\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of elasticache subnets in an IPv6 enabled VPC |
| <aname="output_igw_arn"></a>[igw\_arn](#output\_igw\_arn) | The ARN of the Internet Gateway |
| <aname="output_igw_id"></a>[igw\_id](#output\_igw\_id) | The ID of the Internet Gateway |
| <aname="output_intra_network_acl_arn"></a>[intra\_network\_acl\_arn](#output\_intra\_network\_acl\_arn) | ARN of the intra network ACL |
| <aname="output_intra_network_acl_id"></a>[intra\_network\_acl\_id](#output\_intra\_network\_acl\_id) | ID of the intra network ACL |
| <aname="output_intra_route_table_association_ids"></a>[intra\_route\_table\_association\_ids](#output\_intra\_route\_table\_association\_ids) | List of IDs of the intra route table association |
| <aname="output_intra_route_table_ids"></a>[intra\_route\_table\_ids](#output\_intra\_route\_table\_ids) | List of IDs of intra route tables |
| <aname="output_intra_subnet_arns"></a>[intra\_subnet\_arns](#output\_intra\_subnet\_arns) | List of ARNs of intra subnets |
| <aname="output_intra_subnets"></a>[intra\_subnets](#output\_intra\_subnets) | List of IDs of intra subnets |
| <aname="output_intra_subnets_cidr_blocks"></a>[intra\_subnets\_cidr\_blocks](#output\_intra\_subnets\_cidr\_blocks) | List of cidr\_blocks of intra subnets |
| <aname="output_intra_subnets_ipv6_cidr_blocks"></a>[intra\_subnets\_ipv6\_cidr\_blocks](#output\_intra\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of intra subnets in an IPv6 enabled VPC |
| <aname="output_nat_ids"></a>[nat\_ids](#output\_nat\_ids) | List of allocation ID of Elastic IPs created for AWS NAT Gateway |
| <aname="output_nat_public_ips"></a>[nat\_public\_ips](#output\_nat\_public\_ips) | List of public Elastic IPs created for AWS NAT Gateway |
| <aname="output_natgw_ids"></a>[natgw\_ids](#output\_natgw\_ids) | List of NAT Gateway IDs |
| <aname="output_outpost_network_acl_arn"></a>[outpost\_network\_acl\_arn](#output\_outpost\_network\_acl\_arn) | ARN of the outpost network ACL |
| <aname="output_outpost_network_acl_id"></a>[outpost\_network\_acl\_id](#output\_outpost\_network\_acl\_id) | ID of the outpost network ACL |
| <aname="output_outpost_subnet_arns"></a>[outpost\_subnet\_arns](#output\_outpost\_subnet\_arns) | List of ARNs of outpost subnets |
| <aname="output_outpost_subnets"></a>[outpost\_subnets](#output\_outpost\_subnets) | List of IDs of outpost subnets |
| <aname="output_outpost_subnets_cidr_blocks"></a>[outpost\_subnets\_cidr\_blocks](#output\_outpost\_subnets\_cidr\_blocks) | List of cidr\_blocks of outpost subnets |
| <aname="output_outpost_subnets_ipv6_cidr_blocks"></a>[outpost\_subnets\_ipv6\_cidr\_blocks](#output\_outpost\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of outpost subnets in an IPv6 enabled VPC |
| <aname="output_private_ipv6_egress_route_ids"></a>[private\_ipv6\_egress\_route\_ids](#output\_private\_ipv6\_egress\_route\_ids) | List of IDs of the ipv6 egress route |
| <aname="output_private_nat_gateway_route_ids"></a>[private\_nat\_gateway\_route\_ids](#output\_private\_nat\_gateway\_route\_ids) | List of IDs of the private nat gateway route |
| <aname="output_private_network_acl_arn"></a>[private\_network\_acl\_arn](#output\_private\_network\_acl\_arn) | ARN of the private network ACL |
| <aname="output_private_network_acl_id"></a>[private\_network\_acl\_id](#output\_private\_network\_acl\_id) | ID of the private network ACL |
| <aname="output_private_route_table_association_ids"></a>[private\_route\_table\_association\_ids](#output\_private\_route\_table\_association\_ids) | List of IDs of the private route table association |
| <aname="output_private_route_table_ids"></a>[private\_route\_table\_ids](#output\_private\_route\_table\_ids) | List of IDs of private route tables |
| <aname="output_private_subnet_arns"></a>[private\_subnet\_arns](#output\_private\_subnet\_arns) | List of ARNs of private subnets |
| <aname="output_private_subnets"></a>[private\_subnets](#output\_private\_subnets) | List of IDs of private subnets |
| <aname="output_private_subnets_cidr_blocks"></a>[private\_subnets\_cidr\_blocks](#output\_private\_subnets\_cidr\_blocks) | List of cidr\_blocks of private subnets |
| <aname="output_private_subnets_ipv6_cidr_blocks"></a>[private\_subnets\_ipv6\_cidr\_blocks](#output\_private\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of private subnets in an IPv6 enabled VPC |
| <aname="output_public_internet_gateway_ipv6_route_id"></a>[public\_internet\_gateway\_ipv6\_route\_id](#output\_public\_internet\_gateway\_ipv6\_route\_id) | ID of the IPv6 internet gateway route |
| <aname="output_public_internet_gateway_route_id"></a>[public\_internet\_gateway\_route\_id](#output\_public\_internet\_gateway\_route\_id) | ID of the internet gateway route |
| <aname="output_public_network_acl_arn"></a>[public\_network\_acl\_arn](#output\_public\_network\_acl\_arn) | ARN of the public network ACL |
| <aname="output_public_network_acl_id"></a>[public\_network\_acl\_id](#output\_public\_network\_acl\_id) | ID of the public network ACL |
| <aname="output_public_route_table_association_ids"></a>[public\_route\_table\_association\_ids](#output\_public\_route\_table\_association\_ids) | List of IDs of the public route table association |
| <aname="output_public_route_table_ids"></a>[public\_route\_table\_ids](#output\_public\_route\_table\_ids) | List of IDs of public route tables |
| <aname="output_public_subnet_arns"></a>[public\_subnet\_arns](#output\_public\_subnet\_arns) | List of ARNs of public subnets |
| <aname="output_public_subnets"></a>[public\_subnets](#output\_public\_subnets) | List of IDs of public subnets |
| <aname="output_public_subnets_cidr_blocks"></a>[public\_subnets\_cidr\_blocks](#output\_public\_subnets\_cidr\_blocks) | List of cidr\_blocks of public subnets |
| <aname="output_public_subnets_ipv6_cidr_blocks"></a>[public\_subnets\_ipv6\_cidr\_blocks](#output\_public\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of public subnets in an IPv6 enabled VPC |
| <aname="output_redshift_network_acl_arn"></a>[redshift\_network\_acl\_arn](#output\_redshift\_network\_acl\_arn) | ARN of the redshift network ACL |
| <aname="output_redshift_network_acl_id"></a>[redshift\_network\_acl\_id](#output\_redshift\_network\_acl\_id) | ID of the redshift network ACL |
| <aname="output_redshift_public_route_table_association_ids"></a>[redshift\_public\_route\_table\_association\_ids](#output\_redshift\_public\_route\_table\_association\_ids) | List of IDs of the public redshidt route table association |
| <aname="output_redshift_route_table_association_ids"></a>[redshift\_route\_table\_association\_ids](#output\_redshift\_route\_table\_association\_ids) | List of IDs of the redshift route table association |
| <aname="output_redshift_route_table_ids"></a>[redshift\_route\_table\_ids](#output\_redshift\_route\_table\_ids) | List of IDs of redshift route tables |
| <aname="output_redshift_subnet_arns"></a>[redshift\_subnet\_arns](#output\_redshift\_subnet\_arns) | List of ARNs of redshift subnets |
| <aname="output_redshift_subnet_group"></a>[redshift\_subnet\_group](#output\_redshift\_subnet\_group) | ID of redshift subnet group |
| <aname="output_redshift_subnets"></a>[redshift\_subnets](#output\_redshift\_subnets) | List of IDs of redshift subnets |
| <aname="output_redshift_subnets_cidr_blocks"></a>[redshift\_subnets\_cidr\_blocks](#output\_redshift\_subnets\_cidr\_blocks) | List of cidr\_blocks of redshift subnets |
| <aname="output_redshift_subnets_ipv6_cidr_blocks"></a>[redshift\_subnets\_ipv6\_cidr\_blocks](#output\_redshift\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of redshift subnets in an IPv6 enabled VPC |
| <aname="output_this_customer_gateway"></a>[this\_customer\_gateway](#output\_this\_customer\_gateway) | Map of Customer Gateway attributes |
| <aname="output_vgw_arn"></a>[vgw\_arn](#output\_vgw\_arn) | The ARN of the VPN Gateway |
| <aname="output_vgw_id"></a>[vgw\_id](#output\_vgw\_id) | The ID of the VPN Gateway |
| <aname="output_vpc_arn"></a>[vpc\_arn](#output\_vpc\_arn) | The ARN of the VPC |
| <aname="output_vpc_cidr_block"></a>[vpc\_cidr\_block](#output\_vpc\_cidr\_block) | The CIDR block of the VPC |
| <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 |
| <aname="output_vpc_enable_dns_support"></a>[vpc\_enable\_dns\_support](#output\_vpc\_enable\_dns\_support) | Whether or not the VPC has DNS support |
| <aname="output_vpc_flow_log_cloudwatch_iam_role_arn"></a>[vpc\_flow\_log\_cloudwatch\_iam\_role\_arn](#output\_vpc\_flow\_log\_cloudwatch\_iam\_role\_arn) | The ARN of the IAM role used when pushing logs to Cloudwatch log group |
| <aname="output_vpc_flow_log_destination_arn"></a>[vpc\_flow\_log\_destination\_arn](#output\_vpc\_flow\_log\_destination\_arn) | The ARN of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_destination_type"></a>[vpc\_flow\_log\_destination\_type](#output\_vpc\_flow\_log\_destination\_type) | The type of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_id"></a>[vpc\_flow\_log\_id](#output\_vpc\_flow\_log\_id) | The ID of the Flow Log resource |
| <aname="output_vpc_id"></a>[vpc\_id](#output\_vpc\_id) | The ID of the VPC |
| <aname="output_vpc_instance_tenancy"></a>[vpc\_instance\_tenancy](#output\_vpc\_instance\_tenancy) | Tenancy of instances spin up within VPC |
| <aname="output_vpc_ipv6_association_id"></a>[vpc\_ipv6\_association\_id](#output\_vpc\_ipv6\_association\_id) | The association ID for the IPv6 CIDR block |
| <aname="output_vpc_ipv6_cidr_block"></a>[vpc\_ipv6\_cidr\_block](#output\_vpc\_ipv6\_cidr\_block) | The IPv6 CIDR block |
| <aname="output_vpc_main_route_table_id"></a>[vpc\_main\_route\_table\_id](#output\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with this VPC |
| <aname="output_vpc_owner_id"></a>[vpc\_owner\_id](#output\_vpc\_owner\_id) | The ID of the AWS account that owns the VPC |
| <aname="output_vpc_secondary_cidr_blocks"></a>[vpc\_secondary\_cidr\_blocks](#output\_vpc\_secondary\_cidr\_blocks) | List of secondary CIDR blocks of the VPC |
| <aname="output_cgw_arns"></a>[cgw\_arns](#output\_cgw\_arns) | List of ARNs of Customer Gateway |
| <aname="output_cgw_ids"></a>[cgw\_ids](#output\_cgw\_ids) | List of IDs of Customer Gateway |
| <aname="output_database_internet_gateway_route_id"></a>[database\_internet\_gateway\_route\_id](#output\_database\_internet\_gateway\_route\_id) | ID of the database internet gateway route |
| <aname="output_database_ipv6_egress_route_id"></a>[database\_ipv6\_egress\_route\_id](#output\_database\_ipv6\_egress\_route\_id) | ID of the database IPv6 egress route |
| <aname="output_database_nat_gateway_route_ids"></a>[database\_nat\_gateway\_route\_ids](#output\_database\_nat\_gateway\_route\_ids) | List of IDs of the database nat gateway route |
| <aname="output_database_network_acl_arn"></a>[database\_network\_acl\_arn](#output\_database\_network\_acl\_arn) | ARN of the database network ACL |
| <aname="output_database_network_acl_id"></a>[database\_network\_acl\_id](#output\_database\_network\_acl\_id) | ID of the database network ACL |
| <aname="output_database_route_table_association_ids"></a>[database\_route\_table\_association\_ids](#output\_database\_route\_table\_association\_ids) | List of IDs of the database route table association |
| <aname="output_database_route_table_ids"></a>[database\_route\_table\_ids](#output\_database\_route\_table\_ids) | List of IDs of database route tables |
| <aname="output_database_subnet_arns"></a>[database\_subnet\_arns](#output\_database\_subnet\_arns) | List of ARNs of database subnets |
| <aname="output_database_subnet_group"></a>[database\_subnet\_group](#output\_database\_subnet\_group) | ID of database subnet group |
| <aname="output_database_subnet_group_name"></a>[database\_subnet\_group\_name](#output\_database\_subnet\_group\_name) | Name of database subnet group |
| <aname="output_database_subnets"></a>[database\_subnets](#output\_database\_subnets) | List of IDs of database subnets |
| <aname="output_database_subnets_cidr_blocks"></a>[database\_subnets\_cidr\_blocks](#output\_database\_subnets\_cidr\_blocks) | List of cidr\_blocks of database subnets |
| <aname="output_database_subnets_ipv6_cidr_blocks"></a>[database\_subnets\_ipv6\_cidr\_blocks](#output\_database\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of database subnets in an IPv6 enabled VPC |
| <aname="output_default_network_acl_id"></a>[default\_network\_acl\_id](#output\_default\_network\_acl\_id) | The ID of the default network ACL |
| <aname="output_default_route_table_id"></a>[default\_route\_table\_id](#output\_default\_route\_table\_id) | The ID of the default route table |
| <aname="output_default_security_group_id"></a>[default\_security\_group\_id](#output\_default\_security\_group\_id) | The ID of the security group created by default on VPC creation |
| <aname="output_default_vpc_arn"></a>[default\_vpc\_arn](#output\_default\_vpc\_arn) | The ARN of the Default VPC |
| <aname="output_default_vpc_cidr_block"></a>[default\_vpc\_cidr\_block](#output\_default\_vpc\_cidr\_block) | The CIDR block of the Default VPC |
| <aname="output_default_vpc_default_network_acl_id"></a>[default\_vpc\_default\_network\_acl\_id](#output\_default\_vpc\_default\_network\_acl\_id) | The ID of the default network ACL of the Default VPC |
| <aname="output_default_vpc_default_route_table_id"></a>[default\_vpc\_default\_route\_table\_id](#output\_default\_vpc\_default\_route\_table\_id) | The ID of the default route table of the Default VPC |
| <aname="output_default_vpc_default_security_group_id"></a>[default\_vpc\_default\_security\_group\_id](#output\_default\_vpc\_default\_security\_group\_id) | The ID of the security group created by default on Default VPC creation |
| <aname="output_default_vpc_enable_dns_hostnames"></a>[default\_vpc\_enable\_dns\_hostnames](#output\_default\_vpc\_enable\_dns\_hostnames) | Whether or not the Default VPC has DNS hostname support |
| <aname="output_default_vpc_enable_dns_support"></a>[default\_vpc\_enable\_dns\_support](#output\_default\_vpc\_enable\_dns\_support) | Whether or not the Default VPC has DNS support |
| <aname="output_default_vpc_id"></a>[default\_vpc\_id](#output\_default\_vpc\_id) | The ID of the Default VPC |
| <aname="output_default_vpc_instance_tenancy"></a>[default\_vpc\_instance\_tenancy](#output\_default\_vpc\_instance\_tenancy) | Tenancy of instances spin up within Default VPC |
| <aname="output_default_vpc_main_route_table_id"></a>[default\_vpc\_main\_route\_table\_id](#output\_default\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with the Default VPC |
| <aname="output_dhcp_options_id"></a>[dhcp\_options\_id](#output\_dhcp\_options\_id) | The ID of the DHCP options |
| <aname="output_egress_only_internet_gateway_id"></a>[egress\_only\_internet\_gateway\_id](#output\_egress\_only\_internet\_gateway\_id) | The ID of the egress only Internet Gateway |
| <aname="output_elasticache_network_acl_arn"></a>[elasticache\_network\_acl\_arn](#output\_elasticache\_network\_acl\_arn) | ARN of the elasticache network ACL |
| <aname="output_elasticache_network_acl_id"></a>[elasticache\_network\_acl\_id](#output\_elasticache\_network\_acl\_id) | ID of the elasticache network ACL |
| <aname="output_elasticache_route_table_association_ids"></a>[elasticache\_route\_table\_association\_ids](#output\_elasticache\_route\_table\_association\_ids) | List of IDs of the elasticache route table association |
| <aname="output_elasticache_route_table_ids"></a>[elasticache\_route\_table\_ids](#output\_elasticache\_route\_table\_ids) | List of IDs of elasticache route tables |
| <aname="output_elasticache_subnet_arns"></a>[elasticache\_subnet\_arns](#output\_elasticache\_subnet\_arns) | List of ARNs of elasticache subnets |
| <aname="output_elasticache_subnet_group"></a>[elasticache\_subnet\_group](#output\_elasticache\_subnet\_group) | ID of elasticache subnet group |
| <aname="output_elasticache_subnet_group_name"></a>[elasticache\_subnet\_group\_name](#output\_elasticache\_subnet\_group\_name) | Name of elasticache subnet group |
| <aname="output_elasticache_subnets"></a>[elasticache\_subnets](#output\_elasticache\_subnets) | List of IDs of elasticache subnets |
| <aname="output_elasticache_subnets_cidr_blocks"></a>[elasticache\_subnets\_cidr\_blocks](#output\_elasticache\_subnets\_cidr\_blocks) | List of cidr\_blocks of elasticache subnets |
| <aname="output_elasticache_subnets_ipv6_cidr_blocks"></a>[elasticache\_subnets\_ipv6\_cidr\_blocks](#output\_elasticache\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of elasticache subnets in an IPv6 enabled VPC |
| <aname="output_igw_arn"></a>[igw\_arn](#output\_igw\_arn) | The ARN of the Internet Gateway |
| <aname="output_igw_id"></a>[igw\_id](#output\_igw\_id) | The ID of the Internet Gateway |
| <aname="output_intra_network_acl_arn"></a>[intra\_network\_acl\_arn](#output\_intra\_network\_acl\_arn) | ARN of the intra network ACL |
| <aname="output_intra_network_acl_id"></a>[intra\_network\_acl\_id](#output\_intra\_network\_acl\_id) | ID of the intra network ACL |
| <aname="output_intra_route_table_association_ids"></a>[intra\_route\_table\_association\_ids](#output\_intra\_route\_table\_association\_ids) | List of IDs of the intra route table association |
| <aname="output_intra_route_table_ids"></a>[intra\_route\_table\_ids](#output\_intra\_route\_table\_ids) | List of IDs of intra route tables |
| <aname="output_intra_subnet_arns"></a>[intra\_subnet\_arns](#output\_intra\_subnet\_arns) | List of ARNs of intra subnets |
| <aname="output_intra_subnets"></a>[intra\_subnets](#output\_intra\_subnets) | List of IDs of intra subnets |
| <aname="output_intra_subnets_cidr_blocks"></a>[intra\_subnets\_cidr\_blocks](#output\_intra\_subnets\_cidr\_blocks) | List of cidr\_blocks of intra subnets |
| <aname="output_intra_subnets_ipv6_cidr_blocks"></a>[intra\_subnets\_ipv6\_cidr\_blocks](#output\_intra\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of intra subnets in an IPv6 enabled VPC |
| <aname="output_nat_ids"></a>[nat\_ids](#output\_nat\_ids) | List of allocation ID of Elastic IPs created for AWS NAT Gateway |
| <aname="output_nat_public_ips"></a>[nat\_public\_ips](#output\_nat\_public\_ips) | List of public Elastic IPs created for AWS NAT Gateway |
| <aname="output_natgw_ids"></a>[natgw\_ids](#output\_natgw\_ids) | List of NAT Gateway IDs |
| <aname="output_outpost_network_acl_arn"></a>[outpost\_network\_acl\_arn](#output\_outpost\_network\_acl\_arn) | ARN of the outpost network ACL |
| <aname="output_outpost_network_acl_id"></a>[outpost\_network\_acl\_id](#output\_outpost\_network\_acl\_id) | ID of the outpost network ACL |
| <aname="output_outpost_subnet_arns"></a>[outpost\_subnet\_arns](#output\_outpost\_subnet\_arns) | List of ARNs of outpost subnets |
| <aname="output_outpost_subnets"></a>[outpost\_subnets](#output\_outpost\_subnets) | List of IDs of outpost subnets |
| <aname="output_outpost_subnets_cidr_blocks"></a>[outpost\_subnets\_cidr\_blocks](#output\_outpost\_subnets\_cidr\_blocks) | List of cidr\_blocks of outpost subnets |
| <aname="output_outpost_subnets_ipv6_cidr_blocks"></a>[outpost\_subnets\_ipv6\_cidr\_blocks](#output\_outpost\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of outpost subnets in an IPv6 enabled VPC |
| <aname="output_private_ipv6_egress_route_ids"></a>[private\_ipv6\_egress\_route\_ids](#output\_private\_ipv6\_egress\_route\_ids) | List of IDs of the ipv6 egress route |
| <aname="output_private_nat_gateway_route_ids"></a>[private\_nat\_gateway\_route\_ids](#output\_private\_nat\_gateway\_route\_ids) | List of IDs of the private nat gateway route |
| <aname="output_private_network_acl_arn"></a>[private\_network\_acl\_arn](#output\_private\_network\_acl\_arn) | ARN of the private network ACL |
| <aname="output_private_network_acl_id"></a>[private\_network\_acl\_id](#output\_private\_network\_acl\_id) | ID of the private network ACL |
| <aname="output_private_route_table_association_ids"></a>[private\_route\_table\_association\_ids](#output\_private\_route\_table\_association\_ids) | List of IDs of the private route table association |
| <aname="output_private_route_table_ids"></a>[private\_route\_table\_ids](#output\_private\_route\_table\_ids) | List of IDs of private route tables |
| <aname="output_private_subnet_arns"></a>[private\_subnet\_arns](#output\_private\_subnet\_arns) | List of ARNs of private subnets |
| <aname="output_private_subnets"></a>[private\_subnets](#output\_private\_subnets) | List of IDs of private subnets |
| <aname="output_private_subnets_cidr_blocks"></a>[private\_subnets\_cidr\_blocks](#output\_private\_subnets\_cidr\_blocks) | List of cidr\_blocks of private subnets |
| <aname="output_private_subnets_ipv6_cidr_blocks"></a>[private\_subnets\_ipv6\_cidr\_blocks](#output\_private\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of private subnets in an IPv6 enabled VPC |
| <aname="output_public_internet_gateway_ipv6_route_id"></a>[public\_internet\_gateway\_ipv6\_route\_id](#output\_public\_internet\_gateway\_ipv6\_route\_id) | ID of the IPv6 internet gateway route |
| <aname="output_public_internet_gateway_route_id"></a>[public\_internet\_gateway\_route\_id](#output\_public\_internet\_gateway\_route\_id) | ID of the internet gateway route |
| <aname="output_public_network_acl_arn"></a>[public\_network\_acl\_arn](#output\_public\_network\_acl\_arn) | ARN of the public network ACL |
| <aname="output_public_network_acl_id"></a>[public\_network\_acl\_id](#output\_public\_network\_acl\_id) | ID of the public network ACL |
| <aname="output_public_route_table_association_ids"></a>[public\_route\_table\_association\_ids](#output\_public\_route\_table\_association\_ids) | List of IDs of the public route table association |
| <aname="output_public_route_table_ids"></a>[public\_route\_table\_ids](#output\_public\_route\_table\_ids) | List of IDs of public route tables |
| <aname="output_public_subnet_arns"></a>[public\_subnet\_arns](#output\_public\_subnet\_arns) | List of ARNs of public subnets |
| <aname="output_public_subnets"></a>[public\_subnets](#output\_public\_subnets) | List of IDs of public subnets |
| <aname="output_public_subnets_cidr_blocks"></a>[public\_subnets\_cidr\_blocks](#output\_public\_subnets\_cidr\_blocks) | List of cidr\_blocks of public subnets |
| <aname="output_public_subnets_ipv6_cidr_blocks"></a>[public\_subnets\_ipv6\_cidr\_blocks](#output\_public\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of public subnets in an IPv6 enabled VPC |
| <aname="output_redshift_network_acl_arn"></a>[redshift\_network\_acl\_arn](#output\_redshift\_network\_acl\_arn) | ARN of the redshift network ACL |
| <aname="output_redshift_network_acl_id"></a>[redshift\_network\_acl\_id](#output\_redshift\_network\_acl\_id) | ID of the redshift network ACL |
| <aname="output_redshift_public_route_table_association_ids"></a>[redshift\_public\_route\_table\_association\_ids](#output\_redshift\_public\_route\_table\_association\_ids) | List of IDs of the public redshidt route table association |
| <aname="output_redshift_route_table_association_ids"></a>[redshift\_route\_table\_association\_ids](#output\_redshift\_route\_table\_association\_ids) | List of IDs of the redshift route table association |
| <aname="output_redshift_route_table_ids"></a>[redshift\_route\_table\_ids](#output\_redshift\_route\_table\_ids) | List of IDs of redshift route tables |
| <aname="output_redshift_subnet_arns"></a>[redshift\_subnet\_arns](#output\_redshift\_subnet\_arns) | List of ARNs of redshift subnets |
| <aname="output_redshift_subnet_group"></a>[redshift\_subnet\_group](#output\_redshift\_subnet\_group) | ID of redshift subnet group |
| <aname="output_redshift_subnets"></a>[redshift\_subnets](#output\_redshift\_subnets) | List of IDs of redshift subnets |
| <aname="output_redshift_subnets_cidr_blocks"></a>[redshift\_subnets\_cidr\_blocks](#output\_redshift\_subnets\_cidr\_blocks) | List of cidr\_blocks of redshift subnets |
| <aname="output_redshift_subnets_ipv6_cidr_blocks"></a>[redshift\_subnets\_ipv6\_cidr\_blocks](#output\_redshift\_subnets\_ipv6\_cidr\_blocks) | List of IPv6 cidr\_blocks of redshift subnets in an IPv6 enabled VPC |
| <aname="output_this_customer_gateway"></a>[this\_customer\_gateway](#output\_this\_customer\_gateway) | Map of Customer Gateway attributes |
| <aname="output_vgw_arn"></a>[vgw\_arn](#output\_vgw\_arn) | The ARN of the VPN Gateway |
| <aname="output_vgw_id"></a>[vgw\_id](#output\_vgw\_id) | The ID of the VPN Gateway |
| <aname="output_vpc_arn"></a>[vpc\_arn](#output\_vpc\_arn) | The ARN of the VPC |
| <aname="output_vpc_cidr_block"></a>[vpc\_cidr\_block](#output\_vpc\_cidr\_block) | The CIDR block of the VPC |
| <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 |
| <aname="output_vpc_enable_dns_support"></a>[vpc\_enable\_dns\_support](#output\_vpc\_enable\_dns\_support) | Whether or not the VPC has DNS support |
| <aname="output_vpc_flow_log_cloudwatch_iam_role_arn"></a>[vpc\_flow\_log\_cloudwatch\_iam\_role\_arn](#output\_vpc\_flow\_log\_cloudwatch\_iam\_role\_arn) | The ARN of the IAM role used when pushing logs to Cloudwatch log group |
| <aname="output_vpc_flow_log_destination_arn"></a>[vpc\_flow\_log\_destination\_arn](#output\_vpc\_flow\_log\_destination\_arn) | The ARN of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_destination_type"></a>[vpc\_flow\_log\_destination\_type](#output\_vpc\_flow\_log\_destination\_type) | The type of the destination for VPC Flow Logs |
| <aname="output_vpc_flow_log_id"></a>[vpc\_flow\_log\_id](#output\_vpc\_flow\_log\_id) | The ID of the Flow Log resource |
| <aname="output_vpc_id"></a>[vpc\_id](#output\_vpc\_id) | The ID of the VPC |
| <aname="output_vpc_instance_tenancy"></a>[vpc\_instance\_tenancy](#output\_vpc\_instance\_tenancy) | Tenancy of instances spin up within VPC |
| <aname="output_vpc_ipv6_association_id"></a>[vpc\_ipv6\_association\_id](#output\_vpc\_ipv6\_association\_id) | The association ID for the IPv6 CIDR block |
| <aname="output_vpc_ipv6_cidr_block"></a>[vpc\_ipv6\_cidr\_block](#output\_vpc\_ipv6\_cidr\_block) | The IPv6 CIDR block |
| <aname="output_vpc_main_route_table_id"></a>[vpc\_main\_route\_table\_id](#output\_vpc\_main\_route\_table\_id) | The ID of the main route table associated with this VPC |
| <aname="output_vpc_owner_id"></a>[vpc\_owner\_id](#output\_vpc\_owner\_id) | The ID of the AWS account that owns the VPC |
| <aname="output_vpc_secondary_cidr_blocks"></a>[vpc\_secondary\_cidr\_blocks](#output\_vpc\_secondary\_cidr\_blocks) | List of secondary CIDR blocks of the VPC |