File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/iam-role-for-service-accounts-eks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -671,7 +671,7 @@ data "aws_iam_policy_document" "fsx_lustre_csi" {
671
671
actions = [
672
672
" iam:CreateServiceLinkedRole" ,
673
673
" iam:AttachRolePolicy" ,
674
- " iam:PutRolePolicy"
674
+ " iam:PutRolePolicy" ,
675
675
]
676
676
resources = var. fsx_lustre_csi_service_role_arns
677
677
}
@@ -731,7 +731,7 @@ data "aws_iam_policy_document" "fsx_openzfs_csi" {
731
731
actions = [
732
732
" iam:CreateServiceLinkedRole" ,
733
733
" iam:AttachRolePolicy" ,
734
- " iam:PutRolePolicy"
734
+ " iam:PutRolePolicy" ,
735
735
]
736
736
resources = var. fsx_openzfs_csi_service_role_arns
737
737
}
@@ -760,7 +760,7 @@ data "aws_iam_policy_document" "fsx_openzfs_csi" {
760
760
" fsx:DeleteSnapshot" ,
761
761
" fsx:DescribeSnapshots" ,
762
762
" fsx:TagResource" ,
763
- " fsx:ListTagsForResource"
763
+ " fsx:ListTagsForResource" ,
764
764
]
765
765
resources = [" *" ]
766
766
}
You can’t perform that action at this time.
0 commit comments