diff --git a/main.tf b/main.tf index e4c37f1..5692c86 100644 --- a/main.tf +++ b/main.tf @@ -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 } \ No newline at end of file