Skip to content

Commit

Permalink
Merge pull request #31138 from hashicorp/td-aws_kinesis_firehose_deli…
Browse files Browse the repository at this point in the history
…very_stream-deprecation

r/aws_kinesis_firehose_delivery_stream: deprecate root `s3_configuration`
  • Loading branch information
johnsonaj authored May 4, 2023
2 parents 5478cf2 + b19ee4c commit c3e8e37
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 890 deletions.
11 changes: 11 additions & 0 deletions .changelog/31138.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```release-note:breaking-change
resource/aws_kinesis_firehose_delivery_stream: Remove `s3` as an option for `destination`. Use `extended_s3` instead
```

```release-note:breaking-change
resource/aws_kinesis_firehose_delivery_stream: Remove `s3_configuration` attribute from the root of the resource. `s3_configuration` is now a part of the following blocks: `elasticsearch_configuration`, `opensearch_configuration`, `redshift_configuration`, `splunk_configuration`, and `http_endpoint_configuration`
```

```release-note:enhancement
resource/aws_kinesis_firehose_delivery_stream: Add `s3_configuration` to `elasticsearch_configuration`, `opensearch_configuration`, `redshift_configuration`, `splunk_configuration`, and `http_endpoint_configuration`
```
Loading

0 comments on commit c3e8e37

Please sign in to comment.