Skip to content

Commit

Permalink
Merge pull request #113 from nuuday/dependabot/terraform/grafana-eks/…
Browse files Browse the repository at this point in the history
…terraform-aws-modules/iam/aws-5.30.1

chore(deps): bump terraform-aws-modules/iam/aws from 5.11.1 to 5.30.1 in /grafana-eks
  • Loading branch information
micka1 authored Nov 7, 2023
2 parents f52e064 + 3e129e0 commit 4acc7d4
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 4acc7d4

Please sign in to comment.