From 17fbbdfe5beffba1a8709c0a557a4290227ae368 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Fri, 10 May 2024 13:09:00 +0100 Subject: [PATCH] chore: updating the inspection vpc module to the latest version --- README.md | 4 ++-- inspection.tf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5e0140..0d999da 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The inspection layout is intended to be used in collaboration with an [Inspectio ```hcl module "connectivity" { source = "appvia/connectivity/aws" - version = "0.0.2"" + version = "0.1.7"" # insert variables here connectivity_config = { @@ -275,7 +275,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s | [endpoints](#module\_endpoints) | appvia/private-endpoints/aws | 0.2.2 | | [endpoints\_vpc](#module\_endpoints\_vpc) | appvia/network/aws | 0.3.0 | | [ingress\_vpc](#module\_ingress\_vpc) | appvia/network/aws | 0.3.0 | -| [inspection\_vpc](#module\_inspection\_vpc) | appvia/network/aws | 0.2.1 | +| [inspection\_vpc](#module\_inspection\_vpc) | appvia/network/aws | 0.3.0 | | [share\_prefixes](#module\_share\_prefixes) | ./modules/prefix_share | n/a | | [tgw](#module\_tgw) | terraform-aws-modules/transit-gateway/aws | 2.12.2 | diff --git a/inspection.tf b/inspection.tf index 8b99385..57f635b 100644 --- a/inspection.tf +++ b/inspection.tf @@ -3,7 +3,7 @@ module "inspection_vpc" { count = local.enable_inspection ? 1 : 0 source = "appvia/network/aws" - version = "0.2.1" + version = "0.3.0" availability_zones = var.connectivity_config.inspection.network.availability_zones enable_default_route_table_association = false