Skip to content

Commit

Permalink
Merge pull request #29391 from ministryofjustice/RR-1219-deploy_to_pr…
Browse files Browse the repository at this point in the history
…od-3

final config to deploy to prod
  • Loading branch information
stevomcallister authored Feb 6, 2025
2 parents 15a5a81 + a95ffa9 commit a27e9c5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "event_mapps_queue" {
source = "github.com/ministryofjustice/cloud-platform-terraform-sqs?ref=5.0.0"
source = "github.com/ministryofjustice/cloud-platform-terraform-sqs?ref=5.1.0"

# Queue configuration
sqs_name = "events_mapps_queue"
Expand All @@ -23,7 +23,7 @@ module "event_mapps_queue" {
}

module "event_mapps_dead_letter_queue" {
source = "github.com/ministryofjustice/cloud-platform-terraform-sqs?ref=5.0.0"
source = "github.com/ministryofjustice/cloud-platform-terraform-sqs?ref=5.1.0"

# Queue configuration
sqs_name = "event_mapps_queue_dl"
Expand Down Expand Up @@ -98,6 +98,7 @@ resource "kubernetes_secret" "event_mapps_queue" {
sqs_id = module.event_mapps_queue.sqs_id
sqs_arn = module.event_mapps_queue.sqs_arn
sqs_name = module.event_mapps_queue.sqs_name
mapps_filter_policy_secret_id = data.aws_secretsmanager_secret_version.mapps_filter_list.secret_id
}
}

Expand Down

0 comments on commit a27e9c5

Please sign in to comment.