Skip to content

Commit 5f5bf78

Browse files
committed
(ELI-597) fixing escaping error
1 parent ecbd1a5 commit 5f5bf78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/stacks/api-layer/step_functions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ INSTRUCTIONS:
106106
2. Ensure the new hashes are working as expected.
107107
3. Run the command below to approve and resume the workflow:
108108
109-
aws stepfunctions send-task-success --task-token {} --task-output \\{\\}
109+
aws stepfunctions send-task-success --task-token {} --task-output {{}}
110110
111111
======================================================
112112
', $$.Task.Token)
@@ -128,7 +128,7 @@ INSTRUCTIONS:
128128
2. Ensure the old hashes have been removed successfully.
129129
3. Run the command below to approve and resume the workflow:
130130
131-
aws stepfunctions send-task-success --task-token {} --task-output \\{\\}
131+
aws stepfunctions send-task-success --task-token {} --task-output {{}}
132132
133133
======================================================
134134
', $$.Task.Token)

0 commit comments

Comments
 (0)