From 871a02b25d6d3fc6c9b563bf59f1f0e660b4dc0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 04:11:26 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/dynamic-subnets/aws to v3 --- 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..65a20b2 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 = "3.0.1" availability_zones = var.availability_zones vpc_id = module.vpc.vpc_id