You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_enable_nat_gateway"></a> [enable\_nat\_gateway](#input\_enable\_nat\_gateway)| Should be true if you want to provision NAT Gateways for each of your private networks |`bool`|`false`| no |
436
437
| <aname="input_enable_network_address_usage_metrics"></a> [enable\_network\_address\_usage\_metrics](#input\_enable\_network\_address\_usage\_metrics)| Determines whether network address usage metrics are enabled for the VPC |`bool`|`null`| no |
437
438
| <aname="input_enable_public_redshift"></a> [enable\_public\_redshift](#input\_enable\_public\_redshift)| Controls if redshift should have public routing table |`bool`|`false`| no |
439
+
| <aname="input_enable_route53_resolver_config"></a> [enable\_route53\_resolver\_config](#input\_enable\_route53\_resolver\_config)| Whether to manage Route53 configuration for VPC |`bool`|`false`| no |
438
440
| <aname="input_enable_vpn_gateway"></a> [enable\_vpn\_gateway](#input\_enable\_vpn\_gateway)| Should be true if you want to create a new VPN Gateway resource and attach it to the VPC |`bool`|`false`| no |
439
441
| <aname="input_external_nat_ip_ids"></a> [external\_nat\_ip\_ids](#input\_external\_nat\_ip\_ids)| List of EIP IDs to be assigned to the NAT Gateways (used in combination with reuse\_nat\_ips) |`list(string)`|`[]`| no |
440
442
| <aname="input_external_nat_ips"></a> [external\_nat\_ips](#input\_external\_nat\_ips)| List of EIPs to be used for `nat_public_ips` output (used in combination with reuse\_nat\_ips and external\_nat\_ip\_ids) |`list(string)`|`[]`| no |
@@ -565,6 +567,7 @@ No modules.
565
567
| <aname="input_redshift_subnets"></a> [redshift\_subnets](#input\_redshift\_subnets)| A list of redshift subnets inside the VPC |`list(string)`|`[]`| no |
566
568
| <aname="input_region"></a> [region](#input\_region)| Region where the resource(s) will be managed. Defaults to the region set in the provider configuration |`string`|`null`| no |
567
569
| <aname="input_reuse_nat_ips"></a> [reuse\_nat\_ips](#input\_reuse\_nat\_ips)| Should be true if you don't want EIPs to be created for your NAT Gateways and will instead pass them in via the 'external\_nat\_ip\_ids' variable |`bool`|`false`| no |
570
+
| <aname="input_route53_resolver_config_autodefined_reverse_flag"></a> [route53\_resolver\_config\_autodefined\_reverse\_flag](#input\_route53\_resolver\_config\_autodefined\_reverse\_flag)| Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. |`string`|`"ENABLE"`| no |
568
571
| <aname="input_secondary_cidr_blocks"></a> [secondary\_cidr\_blocks](#input\_secondary\_cidr\_blocks)| List of secondary CIDR blocks to associate with the VPC to extend the IP Address pool |`list(string)`|`[]`| no |
569
572
| <aname="input_single_nat_gateway"></a> [single\_nat\_gateway](#input\_single\_nat\_gateway)| Should be true if you want to provision a single shared NAT Gateway across all of your private networks |`bool`|`false`| no |
570
573
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
@@ -686,6 +689,7 @@ No modules.
686
689
| <aname="output_redshift_subnets"></a> [redshift\_subnets](#output\_redshift\_subnets)| List of IDs of redshift subnets |
687
690
| <aname="output_redshift_subnets_cidr_blocks"></a> [redshift\_subnets\_cidr\_blocks](#output\_redshift\_subnets\_cidr\_blocks)| List of cidr\_blocks of redshift subnets |
688
691
| <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 |
692
+
| <aname="output_route53_resolver_config"></a> [route53\_resolver\_config](#output\_route53\_resolver\_config)| The ID of the Route53 Resolver Config ressource |
689
693
| <aname="output_this_customer_gateway"></a> [this\_customer\_gateway](#output\_this\_customer\_gateway)| Map of Customer Gateway attributes |
690
694
| <aname="output_vgw_arn"></a> [vgw\_arn](#output\_vgw\_arn)| The ARN of the VPN Gateway |
691
695
| <aname="output_vgw_id"></a> [vgw\_id](#output\_vgw\_id)| The ID of the VPN Gateway |
Copy file name to clipboardExpand all lines: examples/complete/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@ No inputs.
144
144
| <aname="output_redshift_subnets"></a> [redshift\_subnets](#output\_redshift\_subnets)| List of IDs of redshift subnets |
145
145
| <aname="output_redshift_subnets_cidr_blocks"></a> [redshift\_subnets\_cidr\_blocks](#output\_redshift\_subnets\_cidr\_blocks)| List of cidr\_blocks of redshift subnets |
146
146
| <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 |
147
+
| <aname="output_route53_resolver_config"></a> [route53\_resolver\_config](#output\_route53\_resolver\_config)| The ID of the Route53 Resolver Config ressource |
147
148
| <aname="output_this_customer_gateway"></a> [this\_customer\_gateway](#output\_this\_customer\_gateway)| Map of Customer Gateway attributes |
148
149
| <aname="output_vgw_arn"></a> [vgw\_arn](#output\_vgw\_arn)| The ARN of the VPN Gateway |
149
150
| <aname="output_vgw_id"></a> [vgw\_id](#output\_vgw\_id)| The ID of the VPN Gateway |
0 commit comments