From 706cdd9277eae154c74b88296d9ae61972166ac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:35:49 +0000 Subject: [PATCH] chore(deps): bump appvia/network/aws from 0.2.1 to 0.3.0 Bumps [appvia/network/aws](https://github.com/appvia/terraform-aws-network) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/appvia/terraform-aws-network/releases) - [Commits](https://github.com/appvia/terraform-aws-network/compare/v0.2.1...v0.3.0) --- updated-dependencies: - dependency-name: appvia/network/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- inspection.tf | 2 +- main.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 diff --git a/main.tf b/main.tf index f365c8d..b07f1b1 100644 --- a/main.tf +++ b/main.tf @@ -27,7 +27,7 @@ module "tgw" { module "egress_vpc" { count = local.enable_egress ? 1 : 0 source = "appvia/network/aws" - version = "0.2.1" + version = "0.3.0" availability_zones = var.connectivity_config.egress.network.availability_zones enable_ipam = var.connectivity_config.egress.network.ipam_pool_id != null @@ -49,7 +49,7 @@ module "egress_vpc" { module "ingress_vpc" { count = local.enable_ingress ? 1 : 0 source = "appvia/network/aws" - version = "0.2.1" + version = "0.3.0" availability_zones = var.connectivity_config.ingress.network.availability_zones enable_ipam = var.connectivity_config.ingress.network.ipam_pool_id != null