Skip to content

Commit

Permalink
adds more deprecation notices around 's3' ... (#11925)
Browse files Browse the repository at this point in the history
... it was somehow hidden

Maybe, the example of 's3' destination could be removed to emphasize deprecation.
  • Loading branch information
lkwg82 authored Aug 31, 2021
1 parent 8075cb4 commit 572b534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/kinesis_firehose_delivery_stream.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ resource "aws_lambda_function" "lambda_processor" {
}
```

### S3 Destination
### S3 Destination (deprecated)

```terraform
resource "aws_s3_bucket" "bucket" {
Expand Down Expand Up @@ -402,7 +402,7 @@ The `server_side_encryption` object supports the following:
* `key_type`- (Optional) Type of encryption key. Default is `AWS_OWNED_CMK`. Valid values are `AWS_OWNED_CMK` and `CUSTOMER_MANAGED_CMK`
* `key_arn` - (Optional) Amazon Resource Name (ARN) of the encryption key. Required when `key_type` is `CUSTOMER_MANAGED_CMK`.

The `s3_configuration` object supports the following:
The (DEPRECATED) `s3_configuration` object supports the following:

* `role_arn` - (Required) The ARN of the AWS credentials.
* `bucket_arn` - (Required) The ARN of the S3 bucket
Expand Down

0 comments on commit 572b534

Please sign in to comment.