Skip to content

Commit

Permalink
fix: Added dependency on gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Jun 9, 2021
1 parent 3c2fa3c commit bfb3091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions connections.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ resource "azurerm_virtual_network_peering" "peeringvpnrev" {
allow_forwarded_traffic = true
allow_virtual_network_access = true
use_remote_gateways = true

depends_on = [azurerm_virtual_network_gateway.vnetgw]
}

0 comments on commit bfb3091

Please sign in to comment.