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.51.0 to 5.52.0.
- [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.51.0...v5.52.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 14254e6 commit ed1faad
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.51.0"
version = "5.52.0"

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.51.0"
version = "5.52.0"

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.51.0"
version = "5.52.0"

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.51.0"
version = "5.52.0"

create_role = true
role_name_prefix = "external_secrets"
Expand Down

0 comments on commit ed1faad

Please sign in to comment.