Skip to content

Commit aeba01f

Browse files
committed
reworked to standard Q with DLQ (II)
1 parent f3b9986 commit aeba01f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform/sqs_id_sync.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ resource "aws_sqs_queue" "id_sync_queue" {
66
redrive_policy = jsonencode({
77
deadLetterTargetArn = aws_sqs_queue.id_sync_dlq.arn
88
maxReceiveCount = 4
9-
})}
9+
})
10+
}
1011

1112
# DLQ for id-sync-queue
1213

0 commit comments

Comments
 (0)