provider/aws: Change aws_kinesis_stream docs to not have id and name the same (#15090)
Fixes: #15081
This commit is contained in:
parent
cb737e89a1
commit
f08a7362c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue