File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ INSTRUCTIONS:
1061062. Ensure the new hashes are working as expected.
1071073. 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======================================================
112- ', $$.Task.Token)
112+ ', $$.Task.Token, '{}' )
113113EOT
114114
115115 delete_jobs_message = << EOT
@@ -128,10 +128,10 @@ INSTRUCTIONS:
1281282. Ensure the old hashes have been removed successfully.
1291293. 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======================================================
134- ', $$.Task.Token)
134+ ', $$.Task.Token, '{}' )
135135EOT
136136
137137 failure_message = << EOT
Original file line number Diff line number Diff line change @@ -458,6 +458,7 @@ resource "aws_iam_policy" "api_infrastructure" {
458458 " arn:aws:wafv2:${ var . default_aws_region } :${ data . aws_caller_identity . current . account_id } :regional/webacl/*" ,
459459 " arn:aws:wafv2:${ var . default_aws_region } :${ data . aws_caller_identity . current . account_id } :regional/managedruleset/*" ,
460460 " arn:aws:states:${ var . default_aws_region } :${ data . aws_caller_identity . current . account_id } :stateMachine:*" ,
461+ " arn:aws:events:${ var . default_aws_region } :${ data . aws_caller_identity . current . account_id } :rule/*"
461462 ]
462463 },
463464 ]
You can’t perform that action at this time.
0 commit comments