Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

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 Mar 23, 2023
1 parent 5bab7bf commit c78c3c0
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 @@ -6,7 +6,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.14.3"
create_role = true
role_description = "EBS CSI Driver Role"
role_name_prefix = var.ebs_csi_controller_role_name
Expand Down

0 comments on commit c78c3c0

Please sign in to comment.