@@ -482,16 +482,13 @@ resource "google_compute_router_interface" "foobar" {
482
482
name = "%s"
483
483
router = google_compute_router.foobar.name
484
484
region = google_compute_router.foobar.region
485
- ip_range = "169.254.3.1/30"
486
485
vpn_tunnel = google_compute_vpn_tunnel.foobar.name
487
486
}
488
487
489
488
resource "google_compute_router_peer" "foobar" {
490
489
name = "%s"
491
490
router = google_compute_router.foobar.name
492
491
region = google_compute_router.foobar.region
493
- ip_address = "169.254.3.1"
494
- peer_ip_address = "169.254.3.2"
495
492
peer_asn = 65515
496
493
advertised_route_priority = 100
497
494
interface = google_compute_router_interface.foobar.name
@@ -558,7 +555,6 @@ resource "google_compute_router_interface" "foobar" {
558
555
name = "%s"
559
556
router = google_compute_router.foobar.name
560
557
region = google_compute_router.foobar.region
561
- ip_range = "169.254.3.1/30"
562
558
vpn_tunnel = google_compute_vpn_tunnel.foobar.name
563
559
}
564
560
` , routerName , routerName , routerName , routerName , routerName , routerName , routerName , routerName )
@@ -888,15 +884,13 @@ resource "google_compute_router_interface" "foobar" {
888
884
name = "%s"
889
885
router = google_compute_router.foobar.name
890
886
region = google_compute_router.foobar.region
891
- ip_range = "169.254.3.1/30"
892
887
vpn_tunnel = google_compute_vpn_tunnel.foobar.name
893
888
}
894
889
895
890
resource "google_compute_router_peer" "foobar" {
896
891
name = "%s"
897
892
router = google_compute_router.foobar.name
898
893
region = google_compute_router.foobar.region
899
- peer_ip_address = "169.254.3.2"
900
894
peer_asn = 65515
901
895
advertised_route_priority = 100
902
896
interface = google_compute_router_interface.foobar.name
@@ -964,16 +958,13 @@ resource "google_compute_router_interface" "foobar" {
964
958
name = "%s"
965
959
router = google_compute_router.foobar.name
966
960
region = google_compute_router.foobar.region
967
- ip_range = "169.254.3.1/30"
968
961
vpn_tunnel = google_compute_vpn_tunnel.foobar.name
969
962
}
970
963
971
964
resource "google_compute_router_peer" "foobar" {
972
965
name = "%s"
973
966
router = google_compute_router.foobar.name
974
967
region = google_compute_router.foobar.region
975
- ip_address = "169.254.3.1"
976
- peer_ip_address = "169.254.3.2"
977
968
peer_asn = 65515
978
969
advertised_route_priority = 100
979
970
interface = google_compute_router_interface.foobar.name
0 commit comments