Skip to content

Commit 29bf037

Browse files
committed
chore: Add trailing commas
1 parent 6f65f16 commit 29bf037

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ data "aws_iam_policy_document" "fsx_lustre_csi" {
671671
actions = [
672672
"iam:CreateServiceLinkedRole",
673673
"iam:AttachRolePolicy",
674-
"iam:PutRolePolicy"
674+
"iam:PutRolePolicy",
675675
]
676676
resources = var.fsx_lustre_csi_service_role_arns
677677
}
@@ -731,7 +731,7 @@ data "aws_iam_policy_document" "fsx_openzfs_csi" {
731731
actions = [
732732
"iam:CreateServiceLinkedRole",
733733
"iam:AttachRolePolicy",
734-
"iam:PutRolePolicy"
734+
"iam:PutRolePolicy",
735735
]
736736
resources = var.fsx_openzfs_csi_service_role_arns
737737
}
@@ -760,7 +760,7 @@ data "aws_iam_policy_document" "fsx_openzfs_csi" {
760760
"fsx:DeleteSnapshot",
761761
"fsx:DescribeSnapshots",
762762
"fsx:TagResource",
763-
"fsx:ListTagsForResource"
763+
"fsx:ListTagsForResource",
764764
]
765765
resources = ["*"]
766766
}

0 commit comments

Comments
 (0)