Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 331 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 331 Bytes

json2hcl2 (alpha)

Convert JSON to HCL and HCL to JSON via STDIN / STDOUT or via cli arguments. Created for specific use case of converting terraform tfvar.json files to tfvar(HCL) files. Operating only on attributes. Does not support blocks at the moment.

Credit

Inspired by kvz/json2hcl