Fix default routes
This commit is contained in:
@@ -25,6 +25,7 @@ locals {
|
||||
}
|
||||
_googleapis_routes = {
|
||||
for k, v in local._googleapis_ranges : "${k}-googleapis" => {
|
||||
description = "Terraform-managed."
|
||||
dest_range = v
|
||||
next_hop = "default-internet-gateway"
|
||||
next_hop_type = "gateway"
|
||||
|
||||
Reference in New Issue
Block a user