fdmsantos/terraform-aws-kinesis-firehose

[error] AWS provider version >= 5.x.x: argument named "buffer_size" is not expected here (or "buffer_interval")

Closed this issue · 3 comments

There seems to be a silly issue with buffer_size and buffer_interval being renamed to buffering_size and buffering_interval with AWS provider version >= 5

At least, might need to add constraint to prevent this:

image

hi @fernandoespinosa ,

follow your suggestion, was added AWS provider version constraint to the latest version 1.9.1 .

On next week, i will work on version 2.0.0 . This version will be fully compatible with Aws provider version 5.

Thanks

Version 2.0.0 released. This version is compatible with AWS Provider version 5.

This version has Breaking Changes, please following this guide

Thanks for issue.