Skip to content

Commit

Permalink
5809 batch alarms publish permissions (#390)
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

* 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 15, 2024
1 parent 1637fa9 commit 2ef8382
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/terraform/modules/service/batch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ module "sns_batch_failure" {

sub = {
actions = [
"sns:Publish",
"sns:Subscribe",
"sns:Receive",
]
Expand Down Expand Up @@ -257,7 +258,7 @@ module "sqs_deadletter" {
version = "~> 4.2.1"
source = "terraform-aws-modules/sqs/aws"

name = "vol-app-${var.environment}-batch-failure-dlq"
name = "vol-app-${var.environment}-batch-failure-queue"

create_dlq = true
redrive_policy = {
Expand Down

0 comments on commit 2ef8382

Please sign in to comment.