Skip to content

Commit

Permalink
add batch:TagResource to IAM role (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
oavdeev authored May 3, 2023
1 parent df98738 commit 4e56010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/step-functions/iam-step-functions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ data "aws_iam_policy_document" "step_functions_batch_policy" {
"batch:DescribeJobs",
"batch:DescribeJobDefinitions",
"batch:DescribeJobQueues",
"batch:RegisterJobDefinition"
"batch:RegisterJobDefinition",
"batch:TagResource"
]

resources = [
Expand Down

0 comments on commit 4e56010

Please sign in to comment.