r/aws_kinesis_firehose_delivery_stream: Deprecate root-level s3_configuration
and add nested s3_configuration
blocks in-line with API
#22309
Labels
breaking-change
Introduces a breaking change in current functionality; usually deferred to the next major release.
enhancement
Requests to existing resources that expand the functionality or scope.
service/firehose
Issues and PRs that pertain to the firehose service.
Milestone
Community Note
Description
Both the AWS documentation and our resource documentation (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kinesis_firehose_delivery_stream#s3_configuration) note that
s3_configuration
is deprecated andextended_s3_configuration
should be used instead for the case ofs3
destinations. For other available destinations such aselasticsearch
and to avoid confusion with the deprecation notice, it's possible to include ans3_configuration
nested block per applicable destination.Expected Changes
The changes would include:
s3_configuration
as expected (later to be removed in 4.0 milestone)s3_configuration
blocks where needed to match the upstream APIa. in
elasticsearch_configuration
b. in
http_endpoint_configuration
c. in
redshift_configuration
d. in
splunk_configuration
Affected issues
The text was updated successfully, but these errors were encountered: