Skip to content

Commit

Permalink
fix: Ensure IRSA for EKS FSX can Update File Systems
Browse files Browse the repository at this point in the history
  • Loading branch information
kamirendawkins committed Jul 11, 2024
1 parent ada8d1f commit 4b0d804
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 @@ -628,6 +628,7 @@ data "aws_iam_policy_document" "fsx_lustre_csi" {
"fsx:DeleteFileSystem",
"fsx:DescribeFileSystems",
"fsx:TagResource",
"fsx:UpdateFileSystem"
]
resources = ["*"]
}
Expand Down

0 comments on commit 4b0d804

Please sign in to comment.