Skip to content

Commit

Permalink
Merge pull request #32409 from benben/patch-1
Browse files Browse the repository at this point in the history
Update kinesis_firehose_delivery_stream.html.markdown
  • Loading branch information
justinretzolk authored Jul 11, 2023
2 parents c836c32 + c382913 commit a2405f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/kinesis_firehose_delivery_stream.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ resource "aws_kinesis_firehose_delivery_stream" "extended_s3_stream" {
name = "terraform-kinesis-firehose-extended-s3-test-stream"
destination = "extended_s3"
extended_s3_configuration {
role_arn = aws_iam_role.firehose_role.arn
bucket_arn = aws_s3_bucket.bucket.arn
buffer_size = 64
role_arn = aws_iam_role.firehose_role.arn
bucket_arn = aws_s3_bucket.bucket.arn
buffering_size = 64
# https://docs.aws.amazon.com/firehose/latest/dev/dynamic-partitioning.html
dynamic_partitioning_configuration {
enabled = "true"
Expand Down

0 comments on commit a2405f6

Please sign in to comment.