Skip to content

Commit

Permalink
:dependabot: terraform(deps): Bump terraform-aws-modules/iam/aws
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) from 5.47.0 to 5.47.1.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-iam/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-iam/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-iam@v5.47.0...v5.47.1)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/iam/aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 3315641 commit 5eb5c3d
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.47.0"
version = "5.47.1"
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.47.0"
version = "5.47.1"
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.47.0"
version = "5.47.1"
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.47.0"
version = "5.47.1"
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.47.0"
version = "5.47.1"
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.47.0"
version = "5.47.1"
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.47.0"
version = "5.47.1"
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.47.0"
version = "5.47.1"
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.47.0"
version = "5.47.1"
create_role = true
role_name_prefix = "karpenter_controller"
provider_url = module.eks.cluster_oidc_issuer_url
Expand Down

0 comments on commit 5eb5c3d

Please sign in to comment.