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:
committed by
GitHub
parent
4876161003
commit
7bd6e5d57b
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user