Skip to content

Commit

Permalink
:dependabot: terraform(deps): Bump terraform-aws-modules/iam/aws from 5.52.1 to …
Browse files Browse the repository at this point in the history
…5.52.2 in /terraform/aws/analytical-platform-management-production/cluster (#6534)
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent a84c74a commit ea06f40
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.1"
version = "5.52.2"

create_role = true
role_name_prefix = "cert_manager"
Expand All @@ -23,7 +23,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.1"
version = "5.52.2"

create_role = true
role_name_prefix = substr("cluster-autoscaler-${module.eks.cluster_id}", 0, 31)
Expand All @@ -40,7 +40,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.1"
version = "5.52.2"

create_role = true
role_name_prefix = "external_dns"
Expand All @@ -57,7 +57,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.1"
version = "5.52.2"

create_role = true
role_name_prefix = "external_secrets"
Expand Down

0 comments on commit ea06f40

Please sign in to comment.