Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
add PENDING to ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
TorreiroW committed Jul 31, 2024
1 parent 6bfd461 commit 38126ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }]
}
})
},
Expand Down

0 comments on commit 38126ea

Please sign in to comment.