fdmsantos/terraform-aws-kinesis-firehose

[Enhancement] : `buffering_interval` variable validation doesn't allow to specify values less than 60 seconds.

plain5 opened this issue · 3 comments

Description

  • Hi there :) Modifying the buffering_interval variable validation would be great to allow specifying values less than 60 seconds.

  • From documentation :

The elasticsearch_configuration object supports the following:

  • buffering_interval - (Optional) Buffer incoming data for the specified period of time, in seconds between 0 to 900, before delivering it to the destination. The default value is 300s.

This bug fix is included in version 2.2.2. Thank you

  • Thank you too!