From 58434b64d3dc5a5fad9f2cf01c7e80760a8037f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 13:43:42 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/dynamic-subnets/aws to v2.4.2 --- examples/vpc/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vpc/main.tf b/examples/vpc/main.tf index da959dc..29d26e7 100644 --- a/examples/vpc/main.tf +++ b/examples/vpc/main.tf @@ -13,7 +13,7 @@ module "vpc" { module "subnets" { source = "cloudposse/dynamic-subnets/aws" - version = "2.4.1" + version = "2.4.2" availability_zones = var.availability_zones vpc_id = module.vpc.vpc_id