Skip to content

Commit

Permalink
fix: eventbridge permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wi11Shell committed Oct 15, 2024
1 parent 5eddb63 commit 7d71451
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 7d71451

Please sign in to comment.