Skip to content

Commit b84b3c2

Browse files
fix: Ensure IRSA for EKS FSX can Update File Systems (#520)
Co-authored-by: Bryant Biggs <[email protected]>
1 parent 89fe17a commit b84b3c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/iam-role-for-service-accounts-eks/policies.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ data "aws_iam_policy_document" "fsx_lustre_csi" {
640640
"fsx:DeleteFileSystem",
641641
"fsx:DescribeFileSystems",
642642
"fsx:TagResource",
643+
"fsx:UpdateFileSystem",
643644
]
644645
resources = ["*"]
645646
}

0 commit comments

Comments
 (0)