We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f52a1a commit 7dbbd3cCopy full SHA for 7dbbd3c
iam.tf
@@ -55,7 +55,7 @@ module "efs_controller_role" {
55
count = var.create_controller ? 1 : 0
56
57
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
58
- version = "4.24.1"
+ version = "5.3.2"
59
create_role = true
60
role_description = "EFS CSI Driver Role"
61
role_name_prefix = var.efs_csi_controller_role_name
0 commit comments