Azure / terraform-azurerm-avm-ptn-virtualwan

MIT License
5 stars 11 forks source link

Bug: azurerm_vpn_gateway missing configuration for scale_unit, routing_preference, bgp settings #7

Open OmnipotentOwl opened 10 months ago

OmnipotentOwl commented 10 months ago

Summary

When attempting to use the module and configure the scale units or routing preferences for the azurerm_vpn_gateway in the module the configuration is not passed to the resource because the input variables are not mapped to the resource.

Reproduction

Attempt to deploy the module and configure one of the missing properties using the input variables available.

khushal08 commented 9 months ago

Hi @OmnipotentOwl Are you able to create a PR from your forked repo?