diff --git a/infrastructure/stacks/api-layer/step_functions.tf b/infrastructure/stacks/api-layer/step_functions.tf index 20781651e..ea40a8c78 100644 --- a/infrastructure/stacks/api-layer/step_functions.tf +++ b/infrastructure/stacks/api-layer/step_functions.tf @@ -106,9 +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.Token --task-output {{}} +aws stepfunctions send-task-success --task-token {} --task-output \\{\\} ====================================================== +', $$.Task.Token) EOT delete_jobs_message = <