From 6435b51e8080a193a7c32bbbfd283433f07015df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 00:41:44 +0000 Subject: [PATCH] Update terraform-aws-modules/iam/aws requirement from ~> 5 to ~> 6 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.0.0...v6.1.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- groups.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groups.tf b/groups.tf index ae454a5..876db12 100644 --- a/groups.tf +++ b/groups.tf @@ -2,7 +2,7 @@ module "iam_group_with_policies" { for_each = var.groups source = "terraform-aws-modules/iam/aws//modules/iam-group-with-policies" - version = "~> 5" + version = "~> 6" name = each.key