Skip to content

Commit

Permalink
fix: fix indent on doc
Browse files Browse the repository at this point in the history
Signed-off-by: disaster37 <[email protected]>
  • Loading branch information
disaster37 committed Nov 8, 2022
1 parent 54cc0af commit a14f69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/kibana_logstash_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource kibana_logstash_pipeline "test" {
description = "test"
pipeline = "input { stdin {} } output { stdout {} }"
settings {
queue_type = "persisted"
queue_type = "persisted"
pipeline_workers = 2
}
}
Expand Down

0 comments on commit a14f69e

Please sign in to comment.