Skip to content

Commit 97b4da6

Browse files
CCM-9139: Create DLQ
1 parent bee564c commit 97b4da6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/terraform/modules/backend-api/sftp_upload_queue.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ module "sftp_upload_queue" {
99
name = "sftp-upload"
1010

1111
sqs_kms_key_arn = var.kms_key_arn
12+
13+
create_dlq = true
1214
}

0 commit comments

Comments
 (0)