Skip to content

Commit

Permalink
Add OpenVPN client config option to test
Browse files Browse the repository at this point in the history
  • Loading branch information
maetthu committed Oct 21, 2018
1 parent 1574b00 commit 2f910ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_virtual_network_gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ resource "azurerm_virtual_network_gateway" "test" {
vpn_client_configuration {
address_space = ["10.2.0.0/24"]
vpn_client_protocols = ["SSTP", "IkeV2"]
vpn_client_protocols = ["SSTP", "IkeV2", "OpenVPN"]
radius_server_address = "1.2.3.4"
radius_server_secret = "1234"
Expand Down

0 comments on commit 2f910ab

Please sign in to comment.