Skip to content

Commit

Permalink
provider/aws: Change aws_kinesis_stream docs to not have id and name …
Browse files Browse the repository at this point in the history
…the same (#15090)

Fixes: #15081
  • Loading branch information
stack72 committed Jun 5, 2017
1 parent cb737e8 commit f08a736
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f08a736

Please sign in to comment.