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: website/docs/r/vpn_connection.html.markdown
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,9 @@ The following arguments are supported:
54
54
*`pre_share_key` - (Required) Pre-shared key of the VPN connection.
55
55
*`security_group_policy` - (Required) Security group policy of the VPN connection.
56
56
*`vpn_gateway_id` - (Required, ForceNew) ID of the VPN gateway.
57
+
*`enable_health_check` - (Optional) Whether intra-tunnel health checks are supported.
58
+
*`health_check_local_ip` - (Optional) Health check the address of this terminal.
59
+
*`health_check_remote_ip` - (Optional) Health check peer address.
57
60
*`ike_dh_group_name` - (Optional) DH group name of the IKE operation specification. Valid values: `GROUP1`, `GROUP2`, `GROUP5`, `GROUP14`, `GROUP24`. Default value is `GROUP1`.
58
61
*`ike_exchange_mode` - (Optional) Exchange mode of the IKE operation specification. Valid values: `AGGRESSIVE`, `MAIN`. Default value is `MAIN`.
59
62
*`ike_local_address` - (Optional) Local address of IKE operation specification, valid when ike_local_identity is `ADDRESS`, generally the value is `public_ip_address` of the related VPN gateway.
0 commit comments