Skip to content

Commit 04d24f8

Browse files
committed
docs/resource/aws_kinesis_video_stream: Fix example HCL formatting
Previously: ``` website/docs/r/kinesis_video_stream.html.markdown:17 Unexpected differences in website HCL formatting. To see the full differences, run: terrafmt diff ./website --pattern '*.markdown' To automatically fix the formatting, run 'make website-lint-fix' and commit the changes. GNUmakefile:136: recipe for target 'website-lint' failed make: *** [website-lint] Error 1 The command "make website-lint" exited with 2. ```
1 parent be56348 commit 04d24f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/r/kinesis_video_stream.html.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ For more details, see the [Amazon Kinesis Documentation][1].
1616

1717
```hcl
1818
resource "aws_kinesis_video_stream" "default" {
19-
name = "terraform-kinesis-video-stream"
20-
data_retention_in_hours = 1
21-
device_name = "kinesis-video-device-name"
22-
media_type = "video/h264"
19+
name = "terraform-kinesis-video-stream"
20+
data_retention_in_hours = 1
21+
device_name = "kinesis-video-device-name"
22+
media_type = "video/h264"
2323
2424
tags = {
2525
Name = "terraform-kinesis-video-stream"

0 commit comments

Comments
 (0)