Fix default routes

This commit is contained in:
Julio Castillo 2023-08-04 18:24:41 +02:00
parent bbe778e095
commit ce510583bf
1 changed files with 1 additions and 0 deletions

View File

@ -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"