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 4d96b35 commit 041ee5dCopy full SHA for 041ee5d
terraform/infrastructure/modules/firehose/kinesis.tf
@@ -65,7 +65,7 @@ resource "aws_kinesis_firehose_delivery_stream" "reporting_stream" {
65
role_arn = aws_iam_role.firehose.arn
66
bucket_arn = var.reporting_bucket_arn
67
buffering_size = 64
68
- buffering_interval = 60
+ buffering_interval = 600
69
70
processing_configuration {
71
enabled = true
0 commit comments