Skip to content

Commit

Permalink
sync execution
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-heery committed Oct 21, 2024
1 parent b006d03 commit d3a7f62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ resource "aws_iam_role" "api_gateway_role" {

data "aws_iam_policy_document" "trigger_step_function_policy" {
statement {
actions = ["states:StartExecution"]
actions = ["states:StartExecution", "states:StartSyncExecution"]
effect = "Allow"
resources = [var.step_function.arn]
}
Expand Down

0 comments on commit d3a7f62

Please sign in to comment.