Skip to content

Commit

Permalink
fix(efs): add necessary permissions (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
SizZiKe committed Apr 19, 2022
1 parent 724651e commit 46da6e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,10 @@ data "aws_iam_policy_document" "efs_csi" {

statement {
actions = [
"ec2:DescribeAvailabilityZones",
"elasticfilesystem:DescribeAccessPoints",
"elasticfilesystem:DescribeFileSystems",
"elasticfilesystem:DescribeMountTargets",
]

resources = ["*"]
Expand Down

0 comments on commit 46da6e9

Please sign in to comment.