From 8e9592749921e502b9e3d10701ba18631f45a888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:56:42 +0000 Subject: [PATCH] :dependabot: terraform(deps): Bump terraform-aws-modules/iam/aws from 5.51.0 to 5.52.0 in /terraform/aws/analytical-platform/oidc (#6489) --- .../aws/analytical-platform/oidc/iam-roles.tf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/terraform/aws/analytical-platform/oidc/iam-roles.tf b/terraform/aws/analytical-platform/oidc/iam-roles.tf index af230b117e..d2807ec172 100644 --- a/terraform/aws/analytical-platform/oidc/iam-roles.tf +++ b/terraform/aws/analytical-platform/oidc/iam-roles.tf @@ -2,7 +2,7 @@ module "analytical_platform_data_development_assumable_role" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" - version = "5.51.0" + version = "5.52.0" providers = { aws = aws.analytical-platform-data-development @@ -32,7 +32,7 @@ module "analytical_platform_data_engineering_production_assumable_role" { for_each = local.deployment_roles source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" - version = "5.51.0" + version = "5.52.0" providers = { aws = aws.analytical-platform-data-engineering-production @@ -60,7 +60,7 @@ module "analytical_platform_data_engineering_sandbox_a_assumable_role" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" - version = "5.51.0" + version = "5.52.0" providers = { aws = aws.analytical-platform-data-engineering-sandbox-a @@ -94,7 +94,7 @@ module "analytical_platform_data_production_assumable_role" { for_each = local.deployment_roles source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" - version = "5.51.0" + version = "5.52.0" providers = { aws = aws.analytical-platform-data-production @@ -123,7 +123,7 @@ module "analytical_platform_development_assumable_role" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" - version = "5.51.0" + version = "5.52.0" providers = { aws = aws.analytical-platform-development @@ -151,7 +151,7 @@ module "analytical_platform_landing_production_assumable_role" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" - version = "5.51.0" + version = "5.52.0" providers = { aws = aws.analytical-platform-landing-production @@ -179,7 +179,7 @@ module "analytical_platform_management_production_assumable_role" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" - version = "5.51.0" + version = "5.52.0" providers = { aws = aws.analytical-platform-management-production @@ -207,7 +207,7 @@ module "analytical_platform_production_assumable_role" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" - version = "5.51.0" + version = "5.52.0" providers = { aws = aws.analytical-platform-production @@ -235,7 +235,7 @@ module "mi_platform_development_assumable_role" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" - version = "5.51.0" + version = "5.52.0" providers = { aws = aws.mi-platform-development