diff --git a/components/aws/step-functions/iam.tf b/components/aws/step-functions/iam.tf index 0b1e74cd..137ab04a 100644 --- a/components/aws/step-functions/iam.tf +++ b/components/aws/step-functions/iam.tf @@ -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",