From f08a7362c443b0720583d79dc841a767832ad73d Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 5 Jun 2017 21:00:24 +0300 Subject: [PATCH] provider/aws: Change aws_kinesis_stream docs to not have id and name the same (#15090) Fixes: #15081 --- .../source/docs/providers/aws/r/kinesis_stream.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/aws/r/kinesis_stream.html.markdown b/website/source/docs/providers/aws/r/kinesis_stream.html.markdown index 51f92a7b1..a840cc2c0 100644 --- a/website/source/docs/providers/aws/r/kinesis_stream.html.markdown +++ b/website/source/docs/providers/aws/r/kinesis_stream.html.markdown @@ -48,9 +48,9 @@ when creating a Kinesis stream. See [Amazon Kinesis Streams][2] for more. ## Attributes Reference * `id` - The unique Stream id -* `name` - The unique Stream name (same as `id`) +* `name` - The unique Stream name * `shard_count` - The count of Shards for this Stream -* `arn` - The Amazon Resource Name (ARN) specifying the Stream +* `arn` - The Amazon Resource Name (ARN) specifying the Stream (same as `id`) ## Import