diff --git a/infrastructure/stacks/api-layer/step_functions.tf b/infrastructure/stacks/api-layer/step_functions.tf index ea40a8c78..199ff6dc2 100644 --- a/infrastructure/stacks/api-layer/step_functions.tf +++ b/infrastructure/stacks/api-layer/step_functions.tf @@ -106,10 +106,10 @@ INSTRUCTIONS: 2. Ensure the new hashes are working as expected. 3. Run the command below to approve and resume the workflow: -aws stepfunctions send-task-success --task-token {} --task-output \\{\\} +aws stepfunctions send-task-success --task-token {} --task-output {} ====================================================== -', $$.Task.Token) +', $$.Task.Token, '{}') EOT delete_jobs_message = <