Azure / terraform-azurerm-caf-enterprise-scale

Azure landing zones Terraform module
https://aka.ms/alz/tf
MIT License
856 stars 564 forks source link

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

Open sudhir-ops opened 1 year ago

sudhir-ops commented 1 year ago

Community Note

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

cveld commented 1 year ago

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

sudhir-ops commented 1 year ago

@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?

dan-dimitrov commented 1 week ago

What is the current recommended workaround for this?