Azure / alz-terraform-accelerator

Azure Landing Zones Terraform Accelerator
MIT License
99 stars 34 forks source link

virtual_network_id was poiting to name instead of id #165

Closed sousaaguilherme closed 2 months ago

sousaaguilherme commented 3 months ago

Overview/Summary

Since version 0.3 of Azure/avm-ptn-vnetgateway/azurerm what is used is virtual_network_id instead of virtual_network_name. However, the input was getting the virtual network name instead of the id.

This PR fixes/adds/changes/removes

N/A

Breaking Changes

N/A

Testing Evidence

N/A