From ce7f1a9192ea9903ebc5d9668308293fb111337b Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Sun, 14 Apr 2024 16:40:32 +0100 Subject: [PATCH] docs: updating the readme as the images were broken --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8ea848..dd29c0a 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Notes:


- Egress VPC + Egress VPC

By adding a `var.connectivity_config.egress` object, the module will provision the necessary resources to route traffic to the internet via a shared egress VPC. Routing within the choose network layout (inspection, or trusted) is automatically provisioned accordingly. @@ -161,7 +161,7 @@ module "connectivity" {


- Ingress VPC + Ingress VPC

By adding a `var.connectivity_config.ingress` object, the module will provision the necessary resources to route traffic from the internet to the tenant VPCs. Routing within the choose network layout (inspection, or trusted) is automatically provisioned accordingly. Note, this module does not provisioned the load balancers and or WAF devices depicted in the diagram; purely the VPC and connectivity.