Add docs for new aws_vpn_connection attributes.
This commit is contained in:
parent
6a5cb5b109
commit
a239a2a125
|
@ -55,5 +55,9 @@ The following attributes are exported:
|
|||
* `customer_gateway_id` - The ID of the customer gateway to which the connection is attached.
|
||||
* `static_routes_only` - Whether the VPN connection uses static routes exclusively.
|
||||
* `tags` - Tags applied to the connection.
|
||||
* `tunnel1_address` - The public IP address of the first VPN tunnel.
|
||||
* `tunnel1_preshared_key` - The preshared key of the first VPN tunnel.
|
||||
* `tunnel2_address` - The public IP address of the second VPN tunnel.
|
||||
* `tunnel2_preshared_key` - The preshared key of the second VPN tunnel.
|
||||
* `type` - The type of VPN connection.
|
||||
* `vpn_gateway_id` - The ID of the virtual private gateway to which the connection is attached.
|
||||
|
|
Loading…
Reference in New Issue