net-vpc: fix permadiff in docs (#2949)

This commit is contained in:
Simone Ruffilli
2025-03-12 10:09:08 +01:00
committed by GitHub
parent b51e714237
commit be816fd882
2 changed files with 14 additions and 14 deletions

View File

@@ -555,7 +555,7 @@ VPC routes can be configured through the `routes` variable.
```hcl
locals {
route_types = {
gateway = "global/gateways/default-internet-gateway"
gateway = "default-internet-gateway"
instance = "zones/europe-west1-b/test"
ip = "192.168.0.128"
ilb = "regions/europe-west1/forwardingRules/test"
@@ -581,7 +581,7 @@ module "vpc" {
priority = 100
tags = ["tag-a"]
next_hop_type = "gateway",
next_hop = "global/gateways/default-internet-gateway"
next_hop = "default-internet-gateway"
}
}
create_googleapis_routes = null