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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -497,8 +497,12 @@ No modules.
497
497
| <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 |
498
498
| <aname="input_name"></a> [name](#input\_name)| Name to be used on all the resources as identifier |`string`|`""`| no |
499
499
| <aname="input_nat_eip_tags"></a> [nat\_eip\_tags](#input\_nat\_eip\_tags)| Additional tags for the NAT EIP |`map(string)`|`{}`| no |
500
+
| <aname="input_nat_eip_tags_per_az"></a> [nat\_eip\_tags\_per\_az](#input\_nat\_eip\_tags\_per\_az)| Additional tags for the NAT EIPs where the primary key is the AZ |`map(map(string))`|`{}`| no |
501
+
| <aname="input_nat_eip_tags_per_subnet"></a> [nat\_eip\_tags\_per\_subnet](#input\_nat\_eip\_tags\_per\_subnet)| Additional tags for the NAT EIPs, if specified then must have a length equal to the number of private subnets |`list(map(string))`|`[]`| no |
500
502
| <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 |
501
503
| <aname="input_nat_gateway_tags"></a> [nat\_gateway\_tags](#input\_nat\_gateway\_tags)| Additional tags for the NAT gateways |`map(string)`|`{}`| no |
504
+
| <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 |
505
+
| <aname="input_nat_gateway_tags_per_subnet"></a> [nat\_gateway\_tags\_per\_subnet](#input\_nat\_gateway\_tags\_per\_subnet)| Additional tags for the NAT gateways, if specified then must have a length equal to the number of private subnets |`list(map(string))`|`[]`| no |
502
506
| <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 |
503
507
| <aname="input_outpost_acl_tags"></a> [outpost\_acl\_tags](#input\_outpost\_acl\_tags)| Additional tags for the outpost subnets network ACL |`map(string)`|`{}`| no |
504
508
| <aname="input_outpost_arn"></a> [outpost\_arn](#input\_outpost\_arn)| ARN of Outpost you want to create a subnet in |`string`|`null`| no |
description="The type of hostnames to assign to instances in the subnet at launch. For IPv6-only subnets, an instance DNS name must be based on the instance ID. For dual-stack and IPv4-only subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. Valid values: `ip-name`, `resource-name`"
0 commit comments