From bd7565856f7244f8d66301ed7ea3b4246a862631 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:13:46 +0000 Subject: [PATCH] chore(deps): update terraform appvia/network/aws to v0.3.3 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index e18fde7..6316496 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.2" + version = "0.3.3" availability_zones = var.network.availability_zones enable_default_route_table_association = var.network.enable_default_route_table_association