Skip to content

Commit

Permalink
Update kinesis_firehose_delivery_stream.html.markdown
Browse files Browse the repository at this point in the history
fix `buffer_size` parameter in example
  • Loading branch information
benben authored Jul 7, 2023
1 parent dfd52e4 commit a85437a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ resource "aws_kinesis_firehose_delivery_stream" "extended_s3_stream" {
role_arn = aws_iam_role.firehose_role.arn
bucket_arn = aws_s3_bucket.bucket.arn
buffering_size = 64
buffer_size = 64
# https://docs.aws.amazon.com/firehose/latest/dev/dynamic-partitioning.html
dynamic_partitioning_configuration {
Expand Down

0 comments on commit a85437a

Please sign in to comment.