Skip to content

Commit

Permalink
:dependabot: terraform(deps): Bump terraform-aws-modules/iam/aws from 5.51.0 to …
Browse files Browse the repository at this point in the history
…5.52.0 in /terraform/aws/analytical-platform-development/cluster (#6484)
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 8e95927 commit 24fc52b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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.51.0"
version = "5.52.0"
create_role = true
role_name_prefix = "cert_manager"
provider_url = replace(module.eks.cluster_oidc_issuer_url, "https://", "")
Expand All @@ -117,7 +117,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.51.0"
version = "5.52.0"
create_role = true
role_name_prefix = substr("cluster-autoscaler-${module.eks.cluster_id}", 0, 31)
provider_url = replace(module.eks.cluster_oidc_issuer_url, "https://", "")
Expand Down Expand Up @@ -148,7 +148,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.51.0"
version = "5.52.0"
create_role = true
role_name_prefix = "external_dns"
provider_url = replace(module.eks.cluster_oidc_issuer_url, "https://", "")
Expand All @@ -164,7 +164,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.51.0"
version = "5.52.0"
create_role = true
role_name_prefix = "external_secrets"
provider_url = replace(module.eks.cluster_oidc_issuer_url, "https://", "")
Expand All @@ -180,7 +180,7 @@ module "iam_assumable_role_jupyterhub_teama" {
#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.51.0"
version = "5.52.0"
create_role = true
role_name = "jupyterhub-teama"
provider_url = replace(module.eks.cluster_oidc_issuer_url, "https://", "")
Expand All @@ -196,7 +196,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.51.0"
version = "5.52.0"
create_role = true
role_name = "prometheus_remote_ingest"
provider_url = replace(module.eks.cluster_oidc_issuer_url, "https://", "")
Expand All @@ -212,7 +212,7 @@ module "iam_assumable_role_superset" {
#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.51.0"
version = "5.52.0"
create_role = true
role_name_prefix = "superset"
provider_url = "oidc.eks.eu-west-1.amazonaws.com/id/DDE7A0AC243F2E06BD539D26B3EC28A6"
Expand All @@ -228,7 +228,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.51.0"
version = "5.52.0"
create_role = true
role_name_prefix = "dev_control_panel_api"
provider_url = module.eks.cluster_oidc_issuer_url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module "iam_karpenter_controller_irsa" {
#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.51.0"
version = "5.52.0"
create_role = true
role_name_prefix = "karpenter_controller"
provider_url = module.eks.cluster_oidc_issuer_url
Expand Down

0 comments on commit 24fc52b

Please sign in to comment.