provider/aws: Change aws_kinesis_stream docs to not have id and name the same (#15090)

Fixes: #15081
This commit is contained in:
Paul Stack 2017-06-05 21:00:24 +03:00 committed by GitHub
parent cb737e89a1
commit f08a7362c4
1 changed files with 2 additions and 2 deletions

View File

@ -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