From 71b28294cdb347b6b20909a71bad95606cd950cb Mon Sep 17 00:00:00 2001 From: Shweta <216860557+shweta-nhs@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:25:55 +0000 Subject: [PATCH] ELI-597: Adds escape character for email formatting --- infrastructure/stacks/api-layer/step_functions.tf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 = <