[Docs]: Default kinesis_firehose_delivery_stream
parameter values have changed in AWS
#33014
Labels
documentation
Introduces or discusses updates to documentation.
service/firehose
Issues and PRs that pertain to the firehose service.
Milestone
Documentation Link
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kinesis_firehose_delivery_stream.html#parameters
Description
The
parameters
block withinkinesis_firehose_delivery_stream
has a known quirk where state is not stored if theparameter_value
is the same as the current AWS default. We recently encountered this issue again, where the state for the firehose stream parameters did not keep in Terraform:Knowing about the existing open issue #9827, we checked AWS for changes and the console showed us that creating a new firehose with "Transform and convert records" setting sets the value to 1mb instead of the previous default of 3. The API reference for firehose confirmed this is there new default.
The parameters array object setting in the
kinesis_firehose_delivery_stream
documentation requires updating to reflect this backend change that affects the known perpetual state issue with firehoses.References
Relates #9827.
Relates #19936.
AWS API Reference for Firehose parameters block: https://docs.aws.amazon.com/firehose/latest/APIReference/API_ProcessorParameter.html
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: