File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ resource "google_compute_route" "route_ipv4_googleapi" {
359
359
name = " route-to-gapis-ipv4-${ var . automq_byoc_env_id } "
360
360
network = data. google_compute_network . vpc . name
361
361
dest_range = " 199.36.153.8/30"
362
- next_hop_gateway = " global/gateways/default-internet-gateway"
362
+ next_hop_gateway = " https://www.googleapis.com/compute/v1/projects/ ${ var . cloud_project_id } / global/gateways/default-internet-gateway"
363
363
364
364
priority = 90
365
365
}
@@ -369,7 +369,7 @@ resource "google_compute_route" "route_ipv4_googleapi_additional" {
369
369
name = " route-to-gapis-ipv4-additional-${ var . automq_byoc_env_id } "
370
370
network = data. google_compute_network . vpc . name
371
371
dest_range = " 34.126.0.0/18"
372
- next_hop_gateway = " global/gateways/default-internet-gateway"
372
+ next_hop_gateway = " https://www.googleapis.com/compute/v1/projects/ ${ var . cloud_project_id } / global/gateways/default-internet-gateway"
373
373
374
374
priority = 90
375
375
}
You can’t perform that action at this time.
0 commit comments