Skip to content

Commit

Permalink
Fix routing intent deployment issue in virtual wan (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentLesle committed Nov 22, 2023
1 parent 557a3fc commit 4a0e61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources.virtual_wan.tf
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ resource "azurerm_virtual_hub_routing_intent" "virtual_wan" {

# Set explicit dependencies
depends_on = [
azurerm_firewall.virtual_wan,
azurerm_resource_group.connectivity,
azurerm_resource_group.virtual_wan,
azurerm_virtual_wan.virtual_wan,
Expand Down

0 comments on commit 4a0e61c

Please sign in to comment.