Skip to content

Commit

Permalink
docs: updating the readme as the images were broken
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Apr 14, 2024
1 parent f67fd99 commit ce7f1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Notes:

<p align="center">
</br>
<img src="https://github.com/appvia/terraform-aws-connectivity/blob/feat_endppoints/docs/egress-vpc.png" alt="Egress VPC">
<img src="https://github.com/appvia/terraform-aws-connectivity/blob/main/docs/egress-vpc.png" alt="Egress VPC">
</p>

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.
Expand Down Expand Up @@ -161,7 +161,7 @@ module "connectivity" {

<p align="center">
</br>
<img src="https://github.com/appvia/terraform-aws-connectivity/blob/feat_endppoints/docs/ingress-vpc.png" alt="Ingress VPC">
<img src="https://github.com/appvia/terraform-aws-connectivity/blob/main/docs/ingress-vpc.png" alt="Ingress VPC">
</p>

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.
Expand Down

0 comments on commit ce7f1a9

Please sign in to comment.