Azure / terraform-azurerm-avm-ptn-virtualwan

MIT License
5 stars 11 forks source link

[AVM Module Issue]: Intermittent errors when deploying large configurations with multiple services #91

Open jchancellor-ms opened 1 month ago

jchancellor-ms commented 1 month ago

Check for previous/existing GitHub issues

Issue Type?

Bug

(Optional) Module Version

v0.5.0

(Optional) Correlation Id

No response

Description

I've observed that VWAN will intermittently fail installations when deploying multiple hubs with multiple gateways and firewalls. This appears to be due to sequencing. Recommend setting explicit dependencies between resources to allow VWAN to only attempt one service in a hub at once.

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.

jchancellor-ms commented 1 month ago

I'll add a PR to set explicit dependencies between resources to ensure resources don't step on each other.