You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -503,8 +503,10 @@ No modules.
503
503
| <aname="input_map_public_ip_on_launch"></a> [map\_public\_ip\_on\_launch](#input\_map\_public\_ip\_on\_launch)| Specify true to indicate that instances launched into the subnet should be assigned a public IP address. Default is `false`|`bool`|`false`| no |
504
504
| <aname="input_name"></a> [name](#input\_name)| Name to be used on all the resources as identifier |`string`|`""`| no |
505
505
| <aname="input_nat_eip_tags"></a> [nat\_eip\_tags](#input\_nat\_eip\_tags)| Additional tags for the NAT EIP |`map(string)`|`{}`| no |
506
+
| <aname="input_nat_eip_tags_per_az"></a> [nat\_eip\_tags\_per\_az](#input\_nat\_eip\_tags\_per\_az)| Additional tags for the NAT EIP where the primary key is the AZ |`map(map(string))`|`{}`| no |
506
507
| <aname="input_nat_gateway_destination_cidr_block"></a> [nat\_gateway\_destination\_cidr\_block](#input\_nat\_gateway\_destination\_cidr\_block)| Used to pass a custom destination route for private NAT Gateway. If not specified, the default 0.0.0.0/0 is used as a destination route |`string`|`"0.0.0.0/0"`| no |
507
508
| <aname="input_nat_gateway_tags"></a> [nat\_gateway\_tags](#input\_nat\_gateway\_tags)| Additional tags for the NAT gateways |`map(string)`|`{}`| no |
509
+
| <aname="input_nat_gateway_tags_per_az"></a> [nat\_gateway\_tags\_per\_az](#input\_nat\_gateway\_tags\_per\_az)| Additional tags for the NAT gateways where the primary key is the AZ |`map(map(string))`|`{}`| no |
508
510
| <aname="input_one_nat_gateway_per_az"></a> [one\_nat\_gateway\_per\_az](#input\_one\_nat\_gateway\_per\_az)| Should be true if you want only one NAT Gateway per availability zone. Requires `var.azs` to be set, and the number of `public_subnets` created to be greater than or equal to the number of availability zones specified in `var.azs`|`bool`|`false`| no |
509
511
| <aname="input_outpost_acl_tags"></a> [outpost\_acl\_tags](#input\_outpost\_acl\_tags)| Additional tags for the outpost subnets network ACL |`map(string)`|`{}`| no |
510
512
| <aname="input_outpost_arn"></a> [outpost\_arn](#input\_outpost\_arn)| ARN of Outpost you want to create a subnet in |`string`|`null`| no |
| <aname="input_private_route_table_tags"></a> [private\_route\_table\_tags](#input\_private\_route\_table\_tags)| Additional tags for the private route tables |`map(string)`|`{}`| no |
533
+
| <aname="input_private_route_table_tags_per_az"></a> [private\_route\_table\_tags\_per\_az](#input\_private\_route\_table\_tags\_per\_az)| Additional tags for the private route tables where the primary key is the AZ |`map(map(string))`|`{}`| no |
531
534
| <aname="input_private_subnet_assign_ipv6_address_on_creation"></a> [private\_subnet\_assign\_ipv6\_address\_on\_creation](#input\_private\_subnet\_assign\_ipv6\_address\_on\_creation)| Specify true to indicate that network interfaces created in the specified subnet should be assigned an IPv6 address. Default is `false`|`bool`|`false`| no |
532
535
| <aname="input_private_subnet_enable_dns64"></a> [private\_subnet\_enable\_dns64](#input\_private\_subnet\_enable\_dns64)| Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations. Default: `true`|`bool`|`true`| no |
533
536
| <aname="input_private_subnet_enable_resource_name_dns_a_record_on_launch"></a> [private\_subnet\_enable\_resource\_name\_dns\_a\_record\_on\_launch](#input\_private\_subnet\_enable\_resource\_name\_dns\_a\_record\_on\_launch)| Indicates whether to respond to DNS queries for instance hostnames with DNS A records. Default: `false`|`bool`|`false`| no |
0 commit comments