Fix state machine input/output passing (#11647)
https://stackoverflow.com/questions/47650838/passthrough-input-to-output-in-aws-step-functions
This commit is contained in:
@@ -275,7 +275,8 @@ resource "aws_sfn_state_machine" "main" {
|
||||
]
|
||||
}
|
||||
},
|
||||
"Next": "Idle"
|
||||
"Next": "Idle",
|
||||
"ResultPath": null
|
||||
},
|
||||
"Idle": {
|
||||
"Type": "Wait",
|
||||
|
||||
Reference in New Issue
Block a user