Skip to content
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

Enable Terraform to create a VPN-VPN connection #650

Closed
wawrzek opened this issue Dec 28, 2017 · 2 comments
Closed

Enable Terraform to create a VPN-VPN connection #650

wawrzek opened this issue Dec 28, 2017 · 2 comments

Comments

@wawrzek
Copy link

wawrzek commented Dec 28, 2017

I try to find to way to use Terraform to create VPN-VPN connection between Azure VNets in two different regions. Based on Azure docs (https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-vnet-vnet-resource-manager-portal).
It requires

  1. GatewaySubnet (it seems to be normal subnet just names 'GatewaySubnet')
  2. virtual network gateway. I don't see it in Terraform, but it's in GoSDK (https://godoc.org/github.com/Azure/azure-sdk-for-go/arm/network#VirtualNetworkGateway).

In Terraform I see only LocalNetworkGateway, which is different Azure object. Please add VirtualNetworkGateway (with VNet-VNet connection).

@tombuildsstuff
Copy link
Contributor

Hey @wawrzek

Thanks for opening this issue

Support for Virtual Network Gateways has previously been requested in #17 and has been implemented in #133. We've been blocked on an issue with the Azure API which has apparently been resolved over the Christmas break - and I'm planning on taking a look at this in the next few weeks.

In order to be able to keep updates for this in a single place - I'm going to close this issue in favour of #17 (where we'll post updates for this)

Thanks!

@ghost
Copy link

ghost commented Apr 1, 2020

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 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants