Skip to content

Commit 8c3f4a9

Browse files
committed
Removed todo following discussion
1 parent c42db11 commit 8c3f4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/sqs_batch_file_created.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ resource "aws_sqs_queue" "batch_file_created" {
33
name = "${local.short_prefix}-batch-file-created-queue.fifo"
44
fifo_queue = true
55
content_based_deduplication = true # Optional, helps with deduplication
6-
visibility_timeout_seconds = 60 # TODO - discuss and refine this + DDB TTL
6+
visibility_timeout_seconds = 60
77
}

0 commit comments

Comments
 (0)