Skip to content

Commit

Permalink
Merge pull request #29213 from ministryofjustice/RR-1019
Browse files Browse the repository at this point in the history
handle merge offender
  • Loading branch information
stevomcallister authored Jan 29, 2025
2 parents 9915d7d + 68e6f7f commit 40740f5
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 40740f5

Please sign in to comment.