-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_virtual_network_gateway: Add OpenVPN as a client protocol option #2126
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @maetthu,
Thank you for the PR. It LGTM aside from there being no test. Could we add this to an existing test? Once thats done I look forward to getting this merged for you 🙂
@katbyte I didn't add it to the test because it will fail unless you'll opt in your Azure subscription for the preview. But if this isn't an issue, then sure, I'll add it of course 🙂 |
Thanks, I've enabled it in our test subscription so it'll pass for us. |
@katbyte done 🙂 |
It looks like you'll need to add a new test:
|
@katbyte Oh, sorry, I wasn't aware the OpenVPN option is exclusive. I've now added a separate test case for setting OpenVPN:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @maetthu
Thanks for pushing those changes - there's one minor fix needed here to make this consistent - but this otherwise LGTM 👍
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now too 👍
confirm test passes:
|
cool, thx! |
hi @maetthu Just to let you know that this has been released as a part of v1.18 of the AzureRM Provider (the full changelog is available here). You can upgrade to this by specifying the version in the provider block (as shown below) and then running
Thanks! |
@tombuildsstuff very nice, thank you 🙂 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
This patch allows setting OpenVPN as a VPN Gateway client protocol (currently in Public Preview).
Annoucement: https://azure.microsoft.com/en-us/updates/openvpn-support-for-azure-vpn-gateways/
Docs: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-openvpn