hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.87k stars 9.21k forks source link

Technical Debt: Fix deprecations in AWS Firehose #30330

Open gdavison opened 1 year ago

gdavison commented 1 year ago

Description

The fields S3DestinationConfiguration from firehose. CreateDeliveryStreamInput and S3DestinationUpdate from firehose. UpdateDestinationInput have been deprecated in favour of the corresponding ExtendedS3... fields. Deprecate the field s3_configuration on the resource aws_kinesis_firehose_delivery_stream in favour of extended_s3_configuration.

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue