Skip to content

Commit

Permalink
chore(deps): bump terraform-aws-modules/iam/aws in /grafana-eks
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.11.1 to 5.30.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.11.1...v5.30.1)

---
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 and micka1 committed Nov 7, 2023
1 parent f52e064 commit 3e129e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana-eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data "aws_caller_identity" "grafana" {}

module "iam" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.11.1"
version = "5.30.1"

create_role = true
role_name = "${local.release_name}-irsa-${random_id.grafana_rds.dec}"
Expand Down

0 comments on commit 3e129e0

Please sign in to comment.