Skip to content

Commit feba66f

Browse files
authored
Update iam_pipes.tf to support step function sync executions
It looks like we're missing the states:StartSyncExecution action so we can execute step functions using the REQUEST_RESPONSE invocation_type
1 parent 5064103 commit feba66f

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)