From df6ccb5845c181616eead4976acf34e7dd546aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 06:10:48 +0000 Subject: [PATCH] Update terraform-aws-modules/iam/aws requirement from ~> 4 to ~> 5 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/v4.0.0...v5.37.1) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws 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 fba1356..ae454a5 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 = "~> 4" + version = "~> 5" name = each.key