Small fixes (#1425)

* fix serverless connector plugin outputs

* add internal and lb to allowed ingress org policy

* add validation condition on cloud run ingress settings

* tfdoc

* plugin tfdoc

* allow disabling googleapis routes with a single instruction in net-vpc

* fix variable def

* fix variable description

* fix cr variable validation

* fix usage of   create_googleapis_routes in examples and stages
This commit is contained in:
Ludovico Magnocavallo
2023-06-07 19:37:46 +02:00
committed by GitHub
parent 4876161003
commit 7bd6e5d57b
11 changed files with 62 additions and 73 deletions

View File

@@ -31,7 +31,7 @@ locals {
priority = 1000
tags = null
}
if var.create_googleapis_routes[k]
if lookup(coalesce(var.create_googleapis_routes, {}), k, false)
}
_routes = merge(local._googleapis_routes, coalesce(var.routes, {}))
routes = {