Convert between JSON and HCL (HashiCorp Configuration Language)
Convert JSON to HCL, and vice versa
json2hcl
$ json2hcl -reverse=false < input.json > output.hcl
$ json2hcl -reverse=true < input.hcl > output.json
$ cat config.json | json2hcl