From 450b8c4f16b8aaddfc53e016a9358fb8d7f28869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:05:20 +0000 Subject: [PATCH] :arrow_up: tf: Bump the terraform group with 2 updates Bumps the terraform group with 2 updates: [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) and [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc). Updates `terraform-aws-modules/iam/aws` from 5.60.0 to 6.2.3 - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-iam/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-iam/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.60.0...v6.2.3) Updates `terraform-aws-modules/vpc/aws` from 6.0.1 to 6.5.1 - [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/v6.0.1...v6.5.1) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: terraform - dependency-name: terraform-aws-modules/vpc/aws dependency-version: 6.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform ... Signed-off-by: dependabot[bot] --- aws-iam-account.tf | 2 +- aws-vpc.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-iam-account.tf b/aws-iam-account.tf index d0349c6..9d1405c 100644 --- a/aws-iam-account.tf +++ b/aws-iam-account.tf @@ -7,7 +7,7 @@ module "label_account_alias" { module "iam_account" { source = "terraform-aws-modules/iam/aws//modules/iam-account" - version = "5.60.0" + version = "6.2.3" account_alias = module.label_account_alias.id diff --git a/aws-vpc.tf b/aws-vpc.tf index 0c35147..fd83353 100644 --- a/aws-vpc.tf +++ b/aws-vpc.tf @@ -11,7 +11,7 @@ locals { module "vpc_default" { source = "terraform-aws-modules/vpc/aws" - version = "6.0.1" + version = "6.5.1" create_vpc = true name = module.label_network.id