Skip to content

Commit

Permalink
feat: Update IAM pipes to support step function sync executions (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertWille authored Sep 12, 2024
1 parent 5064103 commit 58f2efb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iam_pipes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ locals {

step_functions = {
actions = [
"states:StartExecution"
"states:StartExecution",
"states:StartSyncExecution"
]
}

Expand Down

0 comments on commit 58f2efb

Please sign in to comment.