Skip to content

Commit

Permalink
remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed Apr 19, 2024
1 parent ad6e064 commit eaccee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state_machines/email_form_fill/state_machine.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "aws_iam_role_policy" "sfn_lambda_s3_access" {
"s3:ListMultipartUploadParts"
],
"Resource": [
"arn:aws:s3:::*/*",
"arn:aws:s3:::*/*"
]
}
]
Expand Down

0 comments on commit eaccee5

Please sign in to comment.