Skip to content

Commit

Permalink
handle merge offender
Browse files Browse the repository at this point in the history
  • Loading branch information
stevomcallister authored Jan 29, 2025
1 parent 9915d7d commit 68e6f7f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ resource "aws_sns_topic_subscription" "hmpps_eawp_domain_events_subscription" {
filter_policy = jsonencode({
eventType = [
"prison-offender-events.prisoner.received",
"prison-offender-events.prisoner.released"
"prison-offender-events.prisoner.released",
"prison-offender-events.prisoner.merged"
]
})
}
Expand Down Expand Up @@ -73,4 +74,4 @@ resource "kubernetes_secret" "hmpps_eawp_domain_events_queue_secret_dlq" {
sqs_queue_arn = module.hmpps_eawp_domain_events_dlq.sqs_arn
sqs_queue_name = module.hmpps_eawp_domain_events_dlq.sqs_name
}
}
}

0 comments on commit 68e6f7f

Please sign in to comment.