Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ranikamadurawe committed May 8, 2024
1 parent 5e4599c commit 2823805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/EKS-Cluster/iam_role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ resource "aws_iam_role" "cluster_efs_csi_driver_role" {

resource "aws_iam_role_policy_attachment" "cluster_efs_csi_driver_role_policy_attach" {
count = var.enable_efs_csi_driver ? 1 : 0
role = aws_iam_role.cluster_ebs_csi_driver_role[0].name
role = aws_iam_role.cluster_efs_csi_driver_role[0].name
policy_arn = "arn:aws:iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy"

depends_on = [
Expand Down

0 comments on commit 2823805

Please sign in to comment.