terraform-azurerm-caf-enterprise-scale icon indicating copy to clipboard operation
terraform-azurerm-caf-enterprise-scale copied to clipboard

Feature Request - Add P2S VPN Support to Module on VPN Gateways

Open sudhir-ops opened this issue 2 years ago • 3 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

From the documentation and code I see that only "azurerm_vpn_gateway" resource is being deployed when I enable vpn_gateway = { enabled = true

vwan_hub_networks = [ { enabled = false config = { address_prefix = "10.200.0.0/22" location = "" sku = "" routes = [] expressroute_gateway = { enabled = false config = { scale_unit = 1 } } vpn_gateway = { enabled = true config = { bgp_settings = [] routing_preference = "" scale_unit = 1 } }

But This resource is only to enable site to site connection. But My requirement is to create a point to site VPN with AAD authentication.

I would like to know if creating a P2S using AAD is possible For VWAN

Is your feature request related to a problem?

Yes

Describe the solution you'd like

NA

Additional context

sudhir-ops avatar Jan 06 '23 21:01 sudhir-ops

@sudhir-ops can you change the title to something more specific?

cveld avatar Jan 09 '23 08:01 cveld

@jtracey93 Thank you for adding a appropriate title, I just looked at the details and got to know that P2S functionality is not present since you added it as enhancement. Can you let me know when this change will be merged?

sudhir-ops avatar Jan 10 '23 03:01 sudhir-ops