Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/iam/aws to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 8d07aa7 commit 887b10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ resource "aws_iam_policy" "ebs_controller_policy" {

module "ebs_controller_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "4.24.1"
version = "5.47.1"
create_role = true
role_description = "EBS CSI Driver Role"
role_name_prefix = var.ebs_csi_controller_role_name
Expand Down

0 comments on commit 887b10e

Please sign in to comment.