Skip to content

Commit b94611e

Browse files
committed
Update the documentation for the data source
1 parent 11e1cbc commit b94611e

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

website/docs/d/nat_gateway.html.markdown

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,30 @@ More complex filters can be expressed using one or more `filter` sub-blocks, whi
6060

6161
This data source exports the following attributes in addition to the arguments above:
6262

63-
* `allocation_id` - ID of the EIP allocated to the selected NAT Gateway.
64-
* `association_id` - The association ID of the Elastic IP address that's associated with the NAT Gateway. Only available when `connectivity_type` is `public`.
63+
* `allocation_id` - (zonal NAT gateways only) ID of the EIP allocated to the selected NAT Gateway.
64+
* `association_id` - (zonal NAT gateways only) The association ID of the Elastic IP address that's associated with the NAT Gateway. Only available when `connectivity_type` is `public`.
65+
* `auto_provision_zones` - (regional NAT gateways only) Indicates whether AWS automatically manages AZ coverage.
66+
* `auto_scaling_ips` - (regional NAT gateways only) Indicates whether AWS automatically allocates additional Elastic IP addresses (EIPs) in an AZ when the NAT gateway needs more ports due to increased concurrent connections to a single destination from that AZ.
67+
* `availability_mode` - Specifies whether to create a zonal (single-AZ) or regional (multi-AZ) NAT gateway.
68+
* `availability_zone_address` - (reginal NAT gateways only) Repeatable configuration block for the Elastic IP addresses (EIPs) and availability zones for the regional NAT gateway.
69+
* `allocation_ids` - List of allocation IDs of the Elastic IP addresses (EIPs) to be used for handling outbound NAT traffic in this specific Availability Zone.
70+
* `availability_zone` - Availability Zone (e.g. `us-west-2a`) where this specific NAT gateway configuration will be active.
71+
* `availability_zone_id` - Availability Zone ID (e.g. `usw2-az2`) where this specific NAT gateway configuration will be active
6572
* `connectivity_type` - Connectivity type of the NAT Gateway.
66-
* `network_interface_id` - The ID of the ENI allocated to the selected NAT Gateway.
67-
* `private_ip` - Private IP address of the selected NAT Gateway.
68-
* `public_ip` - Public IP (EIP) address of the selected NAT Gateway.
69-
* `secondary_allocation_ids` - Secondary allocation EIP IDs for the selected NAT Gateway.
70-
* `secondary_private_ip_address_count` - The number of secondary private IPv4 addresses assigned to the selected NAT Gateway.
71-
* `secondary_private_ip_addresses` - Secondary private IPv4 addresses assigned to the selected NAT Gateway.
73+
* `network_interface_id` - (zonal NAT gateways only) The ID of the ENI allocated to the selected NAT Gateway.
74+
* `private_ip` - (zonal NAT gateways only) Private IP address of the selected NAT Gateway.
75+
* `public_ip` - (zonal NAT gateways only) Public IP (EIP) address of the selected NAT Gateway.
76+
* `regional_nat_gateway_address` - (regional NAT gateways only) Repeatable blocks for information about the IP addresses and network interface associated with the regional NAT gateway.
77+
* `allocation_id` - Allocation ID of the Elastic IP address.
78+
* `availability_zone` - Availability Zone where this specific NAT gateway configuration is active.
79+
* `availability_zone_id` - Availability Zone ID where this specific NAT gateway configuration is active
80+
* `association_id` - Association ID of the Elastic IP address.
81+
* `network_interface_id` - ID of the network interface.
82+
* `public_ip` - Public IP address.
83+
* `route_table_id` - (regional NAT gateways only) ID of the automatically created route table.
84+
* `secondary_allocation_ids` - (zonal NAT gateways only) Secondary allocation EIP IDs for the selected NAT Gateway.
85+
* `secondary_private_ip_address_count` - (zonal NAT gateways only) The number of secondary private IPv4 addresses assigned to the selected NAT Gateway.
86+
* `secondary_private_ip_addresses` - (zonal NAT gateways only) Secondary private IPv4 addresses assigned to the selected NAT Gateway.
7287

7388
## Timeouts
7489

0 commit comments

Comments
 (0)