Open
Description
In some CI validation usecases, such as blocks in documentation, it could be useful to pipe a configuration to tflint
on stdin
.
For example:
terrafmt blocks --zero-terminated my_docs.md | xargs -0 -n1 tflint --format=json
(Null-terminated blocks in terrafmt
are suggested in katbyte/terrafmt#24)