Skip to content

Commit

Permalink
docs/resource/aws_kinesis_stream_consumer: Adjust example code block …
Browse files Browse the repository at this point in the history
…language from hcl to terraform
  • Loading branch information
bflad committed Mar 19, 2021
1 parent 551b75d commit 3d3d3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/kinesis_stream_consumer.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For more details, see the [Amazon Kinesis Stream Consumer Documentation][1].

## Example Usage

```hcl
```terraform
resource "aws_kinesis_stream" "example" {
name = "example-stream"
shard_count = 1
Expand Down

0 comments on commit 3d3d3c6

Please sign in to comment.