We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc4e0e commit 62edfe0Copy full SHA for 62edfe0
infrastructure/terraform/components/api/module_sqs_letter_updates.tf
@@ -2,11 +2,14 @@ module "sqs_letter_updates" {
2
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-sqs.zip"
3
4
aws_account_id = var.aws_account_id
5
- component = var.component
6
- environment = var.environment
7
- project = var.project
8
- region = var.region
9
- name = "letter-updates"
+ component = var.component
+ environment = var.environment
+ project = var.project
+ region = var.region
+ name = "letter-updates"
10
+ fifo_queue = true
11
+ content_based_deduplication = true
12
+
13
14
sqs_kms_key_arn = module.kms.key_arn
15
0 commit comments