Skip to content

Commit

Permalink
Clarify opt in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
maetthu committed Oct 21, 2018
1 parent 2da6064 commit 39b6345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/virtual_network_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ The `vpn_client_configuration` block supports:
This setting is incompatible with the use of `root_certificate` and `revoked_certificate`.

* `vpn_client_protocols` - (Optional) List of the protocols supported by the vpn client.
The supported values are `SSTP`, `IkeV2` and `OpenVPN`. **NOTE**: The OpenVPN protocol is currently in Public Preview. You need to [opt in to be able to use OpenVPN as an option](https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-openvpn).
The supported values are `SSTP`, `IkeV2` and `OpenVPN`. **NOTE**: The OpenVPN protocol is currently in Public Preview. You need to [opt in your subscription and the gateway itself after its creation to be able to use OpenVPN as an option](https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-openvpn).

The `bgp_settings` block supports:

Expand Down

0 comments on commit 39b6345

Please sign in to comment.