|
@@ -116,6 +116,7 @@ resource "aws_sqs_queue_redrive_allow_policy" "deadletter" {
|
|
}
|
|
}
|
|
|
|
|
|
resource "aws_s3_bucket_notification" "bucket_notification" {
|
|
resource "aws_s3_bucket_notification" "bucket_notification" {
|
|
|
|
+ count = local.fair_queueing_enabled ? 1 : 0
|
|
bucket = aws_s3_bucket.bucket.id
|
|
bucket = aws_s3_bucket.bucket.id
|
|
|
|
|
|
queue {
|
|
queue {
|