Skip to content

Commit

Permalink
update batch job permission in correct location (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
morsecodist authored Mar 7, 2023
1 parent 4c4afa0 commit b7987f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
28 changes: 0 additions & 28 deletions terraform/iam_policy_templates/batch_job.json

This file was deleted.

1 change: 1 addition & 0 deletions terraform/modules/swipe-sfn-batch-job/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ resource "aws_iam_policy" "swipe_batch_main_job" {
"s3:List*",
"s3:GetObject*",
"s3:PutObject*",
"s3:DeleteObjectTagging",
"s3:CreateMultipartUpload"
],
Resource : concat(compact([
Expand Down

0 comments on commit b7987f1

Please sign in to comment.