Skip to content

Commit

Permalink
set use_remote_gateways to false
Browse files Browse the repository at this point in the history
  • Loading branch information
clubcaliche authored Dec 17, 2024
1 parent 145e60e commit a2e807f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ resource "azurerm_virtual_network_peering" "peer-to-msdn" {
allow_virtual_network_access = true
allow_forwarded_traffic = true
allow_gateway_transit = true
use_remote_gateways = true
use_remote_gateways = false
}

0 comments on commit a2e807f

Please sign in to comment.