From 150fd21593c61bdc8233e2bd4f0f5251c3d8ea91 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Mon, 16 Sep 2024 17:03:01 +0100 Subject: [PATCH] docs: update the documentation to reflect the structure. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 540838a..c8372b7 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ module "connectivity" { } ``` +Note we do not deploy the inspection firewall via this repository; purely the networking, layout, routing required to make it happen. This is intentional as we view the firewall configuration is likely to fall under a different teams remit. + By adding the optional of egress, another VPC can be provisioned containing outbound nat gateways to route traffic to the internet. ```hcl