Skip to content

Commit

Permalink
Added listexecution permission to IAM policy
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaillergeon-slalom committed Jun 3, 2024
1 parent 5e96c34 commit bbe8c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/aws/step-functions/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ data "aws_iam_policy_document" "step_functions_policy_doc" {
"states:CreateStateMachine",
"states:DeleteStateMachine",
"states:DescribeStateMachine",
"states:ListExecutions",
"states:ListStateMachines",
"states:StartExecution",
"states:UpdateStateMachine",
Expand Down

0 comments on commit bbe8c42

Please sign in to comment.