Skip to content

Commit

Permalink
Update modules/iam-role-for-service-accounts-eks/policies.tf
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 bc5f37b commit 5354dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ data "aws_iam_policy_document" "fsx_lustre_csi" {
"fsx:DeleteFileSystem",
"fsx:DescribeFileSystems",
"fsx:TagResource",
"fsx:UpdateFileSystem"
"fsx:UpdateFileSystem",
]
resources = ["*"]
}
Expand Down

0 comments on commit 5354dbb

Please sign in to comment.