From 572b53447d36a55161707ae48f96dbb8c33c03fa Mon Sep 17 00:00:00 2001 From: "Lars K.W. Gohlke" Date: Tue, 31 Aug 2021 20:36:52 +0200 Subject: [PATCH] adds more deprecation notices around 's3' ... (#11925) ... it was somehow hidden Maybe, the example of 's3' destination could be removed to emphasize deprecation. --- website/docs/r/kinesis_firehose_delivery_stream.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/kinesis_firehose_delivery_stream.html.markdown b/website/docs/r/kinesis_firehose_delivery_stream.html.markdown index adaa2a8270c..94136fdc527 100644 --- a/website/docs/r/kinesis_firehose_delivery_stream.html.markdown +++ b/website/docs/r/kinesis_firehose_delivery_stream.html.markdown @@ -94,7 +94,7 @@ resource "aws_lambda_function" "lambda_processor" { } ``` -### S3 Destination +### S3 Destination (deprecated) ```terraform resource "aws_s3_bucket" "bucket" { @@ -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