From 9f40e13442a47e0ec1c261b8b9b3d41935deb497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:01:33 +0000 Subject: [PATCH] :dependabot: terraform(deps): Bump terraform-aws-modules/iam/aws Bumps [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) from 5.52.1 to 5.52.2. - [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.52.1...v5.52.2) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../terraform-state/iam-policies.tf | 2 +- .../terraform-state/iam-roles.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/aws/analytical-platform-management-production/terraform-state/iam-policies.tf b/terraform/aws/analytical-platform-management-production/terraform-state/iam-policies.tf index 0cf56cd75b..d99c5a6ec6 100644 --- a/terraform/aws/analytical-platform-management-production/terraform-state/iam-policies.tf +++ b/terraform/aws/analytical-platform-management-production/terraform-state/iam-policies.tf @@ -36,7 +36,7 @@ module "data_engineering_state_access_iam_policy" { #checkov:skip=CKV_TF_2:Module registry does not support tags for versions source = "terraform-aws-modules/iam/aws//modules/iam-policy" - version = "5.52.1" + version = "5.52.2" name_prefix = "data-engineering-state-access" diff --git a/terraform/aws/analytical-platform-management-production/terraform-state/iam-roles.tf b/terraform/aws/analytical-platform-management-production/terraform-state/iam-roles.tf index 7283f85ae2..a72a529840 100644 --- a/terraform/aws/analytical-platform-management-production/terraform-state/iam-roles.tf +++ b/terraform/aws/analytical-platform-management-production/terraform-state/iam-roles.tf @@ -3,7 +3,7 @@ module "data_engineering_state_access_iam_role" { #checkov:skip=CKV_TF_2:Module registry does not support tags for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" - version = "5.52.1" + version = "5.52.2" create_role = true