From 27256bc22c2999a3a833c48455afc4eaae2946f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:29:03 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/vpc/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..fbbd676 100644 --- a/examples/vpc/main.tf +++ b/examples/vpc/main.tf @@ -4,7 +4,7 @@ provider "aws" { module "vpc" { source = "cloudposse/vpc/aws" - version = "2.2.0" + version = "3.0.0" ipv4_primary_cidr_block = var.vpc_cidr_block