From 6f0d3676465b77fd12ccceacfcf2dc6bbe3b575d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:24:20 +0000 Subject: [PATCH] chore(deps): bump appvia/network/aws from 0.3.3 to 0.3.4 Bumps [appvia/network/aws](https://github.com/appvia/terraform-aws-network) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/appvia/terraform-aws-network/releases) - [Commits](https://github.com/appvia/terraform-aws-network/compare/v0.3.3...v0.3.4) --- updated-dependencies: - dependency-name: appvia/network/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index fdbfeb7..fb9137f 100644 --- a/main.tf +++ b/main.tf @@ -3,7 +3,7 @@ module "vpc" { count = local.enable_vpc_creation ? 1 : 0 source = "appvia/network/aws" - version = "0.3.3" + version = "0.3.4" availability_zones = var.network.availability_zones enable_default_route_table_association = var.network.enable_default_route_table_association