From 7b25c3c528aa7a33c41a7eb34e22215b3215ce06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 23:42:48 +0000 Subject: [PATCH] chore(deps): update terraform-aws-modules/iam/aws requirement from ~> 6.4.0 to ~> 6.5.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/v6.4.0...v6.5.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-version: 6.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- irsa.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irsa.tf b/irsa.tf index 83bc4e9..fa33b8e 100644 --- a/irsa.tf +++ b/irsa.tf @@ -4,7 +4,7 @@ locals { module "irsa_role" { source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts" - version = "~> 6.4.0" + version = "~> 6.5.0" create = var.irsa_config.name != "" ? true : false name = var.irsa_config.name