diff --git a/terraform/aws/analytical-platform-production/cluster/iam-policies.tf b/terraform/aws/analytical-platform-production/cluster/iam-policies.tf index 6c41f56294..f6d5d2d353 100644 --- a/terraform/aws/analytical-platform-production/cluster/iam-policies.tf +++ b/terraform/aws/analytical-platform-production/cluster/iam-policies.tf @@ -499,7 +499,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.2" + version = "5.53.0" name_prefix = "managed-prometheus-kms-access" @@ -530,7 +530,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.2" + version = "5.53.0" name_prefix = "eks-cluster-logs-kms-access" @@ -560,7 +560,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.2" + version = "5.53.0" 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 8a1a664518..8305c2b977 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.2" + version = "5.53.0" providers = { aws = aws.analytical-platform-data-production @@ -47,7 +47,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.2" + version = "5.53.0" create_role = true role_name_prefix = "cert_manager" @@ -64,7 +64,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.2" + version = "5.53.0" create_role = true role_name_prefix = substr("cluster-autoscaler-${module.eks.cluster_id}", 0, 31) @@ -81,7 +81,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.2" + version = "5.53.0" create_role = true role_name_prefix = "external_dns" @@ -98,7 +98,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.2" + version = "5.53.0" create_role = true role_name_prefix = "external_secrets" @@ -115,7 +115,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.2" + version = "5.53.0" create_role = true role_name = "prometheus_remote_ingest" @@ -193,7 +193,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.2" + version = "5.53.0" role_name_prefix = "aws-for-fluent-bit" @@ -219,7 +219,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.2" + version = "5.53.0" role_name_prefix = "amazon-prometheus-proxy"