From 77f9d9dad9301f0cf04741eab8fa657efca6ce68 Mon Sep 17 00:00:00 2001 From: averbukh Date: Mon, 26 Jul 2021 10:07:55 +0200 Subject: [PATCH] Fix networking examples readme --- networking/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/networking/README.md b/networking/README.md index dcd948f4..ba3f63e7 100644 --- a/networking/README.md +++ b/networking/README.md @@ -43,4 +43,5 @@ It is meant to be used as a starting point for most Shared VPC configurations, a This [example](./private-cloud-function-from-onprem/) shows how to invoke a [private Google Cloud Function](https://cloud.google.com/functions/docs/networking/network-settings) from the on-prem environment via a [Private Service Connect endpoint](https://cloud.google.com/vpc/docs/private-service-connect#benefits-apis). ### Decentralized firewall management + This [example](./decentralized-firewall/) shows how a decentralized firewall management can be organized using [firewall-yaml](../modules/net-vpc-firewall-yaml) module.