Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 177cb0a

Browse files
Update Terraform terraform-aws-modules/iam/aws to v5
1 parent 71829b9 commit 177cb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module "efs_controller_role" {
5555
count = var.create_controller ? 1 : 0
5656

5757
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
58-
version = "4.24.1"
58+
version = "5.17.0"
5959
create_role = true
6060
role_description = "EFS CSI Driver Role"
6161
role_name_prefix = var.efs_csi_controller_role_name

0 commit comments

Comments
 (0)