diff --git a/locals.tf b/locals.tf index 5e3b1bb..4cf796c 100644 --- a/locals.tf +++ b/locals.tf @@ -57,7 +57,7 @@ locals { "source" : ["aws.backup"], "detail-type" : ["Backup Job State Change", "Copy Job State Change"], "detail" : { - "state" : [{ "anything-but" : ["RUNNING", "COMPLETED", "CREATED"] }] + "state" : [{ "anything-but" : ["RUNNING", "COMPLETED", "CREATED", "PENDING"] }] } }) },