From a1c1ac2874b0b21a47875c5ede28415020ae1b77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 20:41:34 +0000 Subject: [PATCH] Update terraform-aws-modules/vpc/aws requirement from ~> 5.0 to ~> 6.6 Updates the requirements on [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc) to permit the latest version. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-vpc/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.0.0...v6.6.1) --- updated-dependencies: - dependency-name: terraform-aws-modules/vpc/aws dependency-version: 6.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/terraform/main.tf b/deploy/terraform/main.tf index 03d0005..0cfcb13 100644 --- a/deploy/terraform/main.tf +++ b/deploy/terraform/main.tf @@ -42,7 +42,7 @@ data "aws_caller_identity" "current" {} # VPC module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "~> 5.0" + version = "~> 6.6" name = "${var.project_name}-vpc" cidr = var.vpc_cidr