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

Commit

Permalink
Merge pull request #27 from TechNative-B-V/feature/aws_backup
Browse files Browse the repository at this point in the history
add PENDING to ignore list
  • Loading branch information
torreirow authored Jul 31, 2024
2 parents 6bfd461 + 38126ea commit 720041c
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 720041c

Please sign in to comment.