From b106fd9da95ec1122c484e1c691b92a834350a21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:13:31 +0000 Subject: [PATCH] chore(deps): update terraform appvia/network/aws to v0.3.3 (#57) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index ec2b7a4..e27b620 100644 --- a/main.tf +++ b/main.tf @@ -3,7 +3,7 @@ module "vpc" { count = var.vpc_id == "" ? 1 : 0 source = "appvia/network/aws" - version = "0.3.2" + version = "0.3.3" availability_zones = var.availability_zones enable_nat_gateway = var.enable_egress