Skip to content

Commit 58f2efb

Browse files
authored
feat: Update IAM pipes to support step function sync executions (#134)
1 parent 5064103 commit 58f2efb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iam_pipes.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ locals {
227227

228228
step_functions = {
229229
actions = [
230-
"states:StartExecution"
230+
"states:StartExecution",
231+
"states:StartSyncExecution"
231232
]
232233
}
233234

0 commit comments

Comments
 (0)