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 e72cc3a commit 8cdf238Copy full SHA for 8cdf238
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 = 180
+ buffering_interval = 600
69
70
processing_configuration {
71
enabled = "true"
0 commit comments