From 398c98cc5a26e60da1501f471c86c23517125dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 14:33:19 +0000 Subject: [PATCH] Update terraform-aws-modules/iam/aws requirement from ~> 5.54.1 to ~> 6.4.0 Updates the requirements on [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) to permit the latest version. - [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.54.1...v6.4.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- iam.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iam.tf b/iam.tf index b971ddd..dd2a9c6 100644 --- a/iam.tf +++ b/iam.tf @@ -2,7 +2,7 @@ #tfsec:ignore:aws-iam-no-policy-wildcards module "iam_policy" { source = "terraform-aws-modules/iam/aws//modules/iam-policy" - version = "~> 5.54.1" + version = "~> 6.4.0" name = "example-application-policy" path = "/" @@ -52,7 +52,7 @@ module "iam_policy" { module "application_service_account" { source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" - version = "~> 5.54.1" + version = "~> 6.4.0" role_name = "example_application_service_account"