-
Notifications
You must be signed in to change notification settings - Fork 9.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
Azure - possible to add Virtual Network Gateway resource #4116
Comments
FYI - until this resource is added, the suggestion on #4141 @jen20 works well. I expanded it a little to suite my needs - I put the null_resource into a separate file so I can essentially remove the file and run apply (destroys it) and put it back and re-run apply (re-creates it) to re-run the script. I will also in time add a second file which calls a powershell script to destroy the network gateway. resource "azure_virtual_network" "mynetwork" { resource "null_resource" "makevpngateway" { Cheers |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi,
As part of putting together an Azure infrastructure I've noticed that while Virtual Network, Subnets and Security Groups exists, that a Virtual Network Gateway isn't possible, this is needed if you want to set up a Point-to-Site VPN, I can create it on the GUI after or via powershell/REST but it would be handy if I could do it via Terraform.
If it gets implemented then the ability to also upload a cert and download the configuration files that the GUI allows would be very handy.
A REST version of it is visible here: https://msdn.microsoft.com/en-us/library/azure/jj154119.aspx
I posted this on google groups originally: https://groups.google.com/forum/#!topic/terraform-tool/deNB8BWpRZ0
Cheers
Dave
The text was updated successfully, but these errors were encountered: