Skip to content

Commit 4e56010

Browse files
authored
add batch:TagResource to IAM role (#59)
1 parent df98738 commit 4e56010

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/step-functions/iam-step-functions.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ data "aws_iam_policy_document" "step_functions_batch_policy" {
2222
"batch:DescribeJobs",
2323
"batch:DescribeJobDefinitions",
2424
"batch:DescribeJobQueues",
25-
"batch:RegisterJobDefinition"
25+
"batch:RegisterJobDefinition",
26+
"batch:TagResource"
2627
]
2728

2829
resources = [

0 commit comments

Comments
 (0)