From 43d41c5ecfa01900e94d91d70bf0e30d607e0fdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:19:26 +0000 Subject: [PATCH] :dependabot: terraform(deps): Bump terraform-aws-modules/iam/aws from 5.52.0 to 5.52.1 in /terraform/aws/analytical-platform-production/cluster (#6506) --- .../cluster/iam-policies.tf | 6 +++--- .../cluster/iam-roles.tf | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/terraform/aws/analytical-platform-production/cluster/iam-policies.tf b/terraform/aws/analytical-platform-production/cluster/iam-policies.tf index 4962081125..a119748380 100644 --- a/terraform/aws/analytical-platform-production/cluster/iam-policies.tf +++ b/terraform/aws/analytical-platform-production/cluster/iam-policies.tf @@ -495,7 +495,7 @@ module "managed_prometheus_kms_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.0" + version = "5.52.1" name_prefix = "managed-prometheus-kms-access" @@ -526,7 +526,7 @@ module "eks_cluster_logs_kms_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.0" + version = "5.52.1" name_prefix = "eks-cluster-logs-kms-access" @@ -556,7 +556,7 @@ module "amazon_prometheus_proxy_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.0" + version = "5.52.1" name_prefix = "amazon-prometheus-proxy" diff --git a/terraform/aws/analytical-platform-production/cluster/iam-roles.tf b/terraform/aws/analytical-platform-production/cluster/iam-roles.tf index 2a15aed033..d37eed8dd7 100644 --- a/terraform/aws/analytical-platform-production/cluster/iam-roles.tf +++ b/terraform/aws/analytical-platform-production/cluster/iam-roles.tf @@ -22,7 +22,7 @@ module "iam_assumable_role_control_panel_api" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc" - version = "5.52.0" + version = "5.52.1" providers = { aws = aws.analytical-platform-data-production @@ -46,7 +46,7 @@ module "iam_assumable_role_cert_manager" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc" - version = "5.52.0" + version = "5.52.1" create_role = true role_name_prefix = "cert_manager" @@ -63,7 +63,7 @@ module "iam_assumable_role_cluster_autoscaler" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc" - version = "5.52.0" + version = "5.52.1" create_role = true role_name_prefix = substr("cluster-autoscaler-${module.eks.cluster_id}", 0, 31) @@ -80,7 +80,7 @@ module "iam_assumable_role_external_dns" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc" - version = "5.52.0" + version = "5.52.1" create_role = true role_name_prefix = "external_dns" @@ -97,7 +97,7 @@ module "iam_assumable_role_external_secrets" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc" - version = "5.52.0" + version = "5.52.1" create_role = true role_name_prefix = "external_secrets" @@ -114,7 +114,7 @@ module "iam_assumable_role_prometheus_remote_ingest" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc" - version = "5.52.0" + version = "5.52.1" create_role = true role_name = "prometheus_remote_ingest" @@ -192,7 +192,7 @@ module "aws_for_fluent_bit_iam_role" { #checkov:skip=CKV_TF_2:Module registry does not support tags for versions source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks" - version = "5.52.0" + version = "5.52.1" role_name_prefix = "aws-for-fluent-bit" @@ -218,7 +218,7 @@ module "amazon_prometheus_proxy_iam_role" { #checkov:skip=CKV_TF_2:Module registry does not support tags for versions source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks" - version = "5.52.0" + version = "5.52.1" role_name_prefix = "amazon-prometheus-proxy"