From 5bd8fab82866992a359aa1567f0a5bc2c9c1b190 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Wed, 8 Feb 2017 18:01:14 -0800 Subject: [PATCH] website: remove stray backticks (#11807) --- .../aws/r/kinesis_firehose_delivery_stream.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/providers/aws/r/kinesis_firehose_delivery_stream.html.markdown b/website/source/docs/providers/aws/r/kinesis_firehose_delivery_stream.html.markdown index d1b977b09..c2164dbfa 100644 --- a/website/source/docs/providers/aws/r/kinesis_firehose_delivery_stream.html.markdown +++ b/website/source/docs/providers/aws/r/kinesis_firehose_delivery_stream.html.markdown @@ -122,7 +122,7 @@ AWS account and region the Stream is created in. * `destination` – (Required) This is the destination to where the data is delivered. The only options are `s3`, `redshift`, and `elasticsearch`. * `s3_configuration` - (Required) Configuration options for the s3 destination (or the intermediate bucket if the destination is redshift). More details are given below. -* `redshift_configuration` - (Optional) Configuration options if redshift is the destination. +* `redshift_configuration` - (Optional) Configuration options if redshift is the destination. Using `redshift_configuration` requires the user to also specify a `s3_configuration` block. More details are given below. @@ -166,9 +166,9 @@ The `elasticsearch_configuration` object supports the following: The `cloudwatch_logging_options` object supports the following: -* `enabled` - (Optional) Enables or disables the logging. Defaults to `false`. -* `log_group_name` - (Optional) The CloudWatch group name for logging. This value is required if `enabled` is true`. -* `log_stream_name` - (Optional) The CloudWatch log stream name for logging. This value is required if `enabled` is true`. +* `enabled` - (Optional) Enables or disables the logging. Defaults to `false`. +* `log_group_name` - (Optional) The CloudWatch group name for logging. This value is required if `enabled` is true. +* `log_stream_name` - (Optional) The CloudWatch log stream name for logging. This value is required if `enabled` is true.