Skip to content

Commit

Permalink
fix: 5809 batch alarms topic policy (#392)
Browse files Browse the repository at this point in the history
* fix: batch rule names

* docs: update Terraform docs

* fix: add name to targets

* docs: update Terraform docs

* fix: more event renaming

* fix: used dlq module

* fix: updated queue arn

* docs: update Terraform docs

* fix: sqs module version

* fix: eventbridge permissions

* fix: batch failure rule conditions

* docs: update Terraform docs

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Wi11Shell and github-actions[bot] authored Oct 17, 2024
1 parent 2ef8382 commit 65c86e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions infra/terraform/modules/service/batch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,6 @@ module "sns_batch_failure" {
type = "Service"
identifiers = ["events.amazonaws.com"]
}]

conditions = [{
test = "ArnLike"
variable = "aws:SourceArn"
values = [module.eventbridge_sns.eventbridge_bus_arn]
}]
}
}

Expand Down

0 comments on commit 65c86e4

Please sign in to comment.