Azure / terraform-azurerm-avm-ptn-virtualwan

The Azure Verified Module for the Virtual WAN Pattern
https://registry.terraform.io/modules/Azure/avm-ptn-virtualwan/azurerm/latest
MIT License
9 stars 16 forks source link

[AVM Module Issue]: Typo in er-gateway.tf for propagated_route_table dynamic block #118

Open MinHeinA opened 4 hours ago

MinHeinA commented 4 hours ago

Check for previous/existing GitHub issues

Issue Type?

Bug

(Optional) Module Version

0.5.0

(Optional) Correlation Id

No response

Description

Error message Image

typo as highlighted in screenshot below in file er-gateway.tf Image

Please see below fix

        content {
          labels          = try(propagated_route_table.value.labels, [])
          route_table_ids = try(propagated_route_table.value.route_table_ids, [])
        }
microsoft-github-policy-service[bot] commented 4 hours ago

[!IMPORTANT] The "Needs: Triage :mag:" label must be removed once the triage process is complete!

[!TIP] For additional guidance on how to triage this issue/PR, see the TF Issue Triage documentation.