Azure / terraform-azurerm-avm-ptn-virtualwan

MIT License
5 stars 11 forks source link

[AVM Module Issue]: Module outputs cause ordering failures #88

Closed jchancellor-ms closed 3 weeks ago

jchancellor-ms commented 1 month ago

Check for previous/existing GitHub issues

Issue Type?

Bug

(Optional) Module Version

0.5.0

(Optional) Correlation Id

No response

Description

When creating multiple sub resources the module returns the outputs as a tuple instead of a map. This causes ordering issues when new resources are created or existing resources are deleted causing downstream impacts. Please convert the subresource outputs to maps. This has some overlaps with issue #63 .

microsoft-github-policy-service[bot] commented 1 month 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.

microsoft-github-policy-service[bot] commented 1 month ago

[!WARNING] Tagging the AVM Core Team (@Azure/avm-core-team-technical-terraform) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly.

[!TIP]

  • To prevent further actions to take effect, the "Status: Response Overdue 🚩" label must be removed, once this issue has been responded to.
  • To avoid this rule being (re)triggered, the ""Needs: Triage :mag:" label must be removed as part of the triage process (when the issue is first responded to)!
jchancellor-ms commented 1 month ago

Corrected in PR #90