From 337528066b7f3e5bf59451ae0d0c6747f0db815e Mon Sep 17 00:00:00 2001 From: Simone Ruffilli Date: Wed, 19 Jan 2022 14:25:06 +0100 Subject: [PATCH] Update README.md --- fast/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast/README.md b/fast/README.md index c3e7fe5d..5d990adb 100644 --- a/fast/README.md +++ b/fast/README.md @@ -47,7 +47,7 @@ As mentioned before, fast relies on multiple stages to progressively bring up yo - [Security](stages/02-security/README.md)
Manages centralized security configurations in a separate stage, typically owned by the security team. This stage implements VPC Security Controls via separate perimeters for environments and central services, and creates projects to host centralized KMS keys used by the whole organization. It's intentionally easy to extend to include other security-related resources, like Secret Manager. -- [Networking](stages/02-security/README.md)
+- [Networking](stages/02-networking/README.md)
Manages centralized network resources in a separate stage, and is typically owned by the networking team. This stage implements a hub-and-spoke design, includes connectivity via VPN to on-premises, and YAML-based factories for firewall rules (hierarchical and VPC-level) and subnets. ### Environment-level resources (03)