Skip to content

Commit

Permalink
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.33.1 to 5.34.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.33.1...v5.34.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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 7, 2024
1 parent 1bb8dbc commit 56fd510
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.33.1"
version = "5.34.0"

providers = {
aws = aws.analytical-platform-data-production
Expand All @@ -46,7 +46,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.33.1"
version = "5.34.0"

create_role = true
role_name_prefix = "cert_manager"
Expand All @@ -63,7 +63,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.33.1"
version = "5.34.0"

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

create_role = true
role_name_prefix = "external_dns"
Expand All @@ -97,7 +97,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.33.1"
version = "5.34.0"

create_role = true
role_name_prefix = "external_secrets"
Expand All @@ -114,7 +114,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.33.1"
version = "5.34.0"

create_role = true
role_name = "prometheus_remote_ingest"
Expand Down

0 comments on commit 56fd510

Please sign in to comment.