From 6f3c4155d7351a7415ee60e9c6b5ba6f95d1d93c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:04:33 +0000 Subject: [PATCH] :dependabot: terraform(deps): Bump terraform-aws-modules/iam/aws from 5.52.1 to 5.52.2 in /terraform/aws/analytical-platform-management-production/terraform-state (#6535) --- .../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