Skip to content

Commit

Permalink
fix: Ensure IRSA for EKS FSX can Update File Systems (#520)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
  • Loading branch information
kamirendawkins and bryantbiggs authored Sep 24, 2024
1 parent 89fe17a commit b84b3c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ data "aws_iam_policy_document" "fsx_lustre_csi" {
"fsx:DeleteFileSystem",
"fsx:DescribeFileSystems",
"fsx:TagResource",
"fsx:UpdateFileSystem",
]
resources = ["*"]
}
Expand Down

0 comments on commit b84b3c2

Please sign in to comment.