From fb1eba493d687275f535f65aaeed30307b3c6ee7 Mon Sep 17 00:00:00 2001 From: Kashif Saadat Date: Fri, 27 Dec 2024 13:35:16 +0000 Subject: [PATCH] docs: give full url path for images so they load in terraform registry (#69) --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e3f8869..819a0d3 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ -Appvia Banner

Terraform Registry Latest Release Slack Community Contributors +Appvia Banner

Terraform Registry Latest Release Slack Community Contributors - -![Github Actions](../../actions/workflows/terraform.yml/badge.svg) +![Github Actions](https://github.com/appvia/terraform-aws-connectivity/actions/workflows/terraform.yml/badge.svg) # Terraform AWS Connectivity Module @@ -52,7 +51,7 @@ Currently the module supports the following layouts:


- Inspection Layout + Inspection Layout

The inspection layout is intended to be used in collaboration with an [Inspection VPC](https://d1.awsstatic.com/architecture-diagrams/ArchitectureDiagrams/inspection-deployment-models-with-AWS-network-firewall-ra.pdf), filtering all traffic between the spokes, and depending if enabled, all traffic outbound to the internet or inbound via an ingress VPC. @@ -126,7 +125,7 @@ Notes:


- Trusted Layout + Trusted Layout

The trusted layout uses transit gateway routing tables to create two distinct routing domains: @@ -147,7 +146,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. @@ -175,7 +174,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.