Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions infrastructure/stacks/api-layer/step_functions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <<EOT
Expand All @@ -127,9 +128,10 @@ INSTRUCTIONS:
2. Ensure the old hashes have been removed successfully.
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

failure_message = <<EOT
Expand Down