sirlatrom / hcl2json

Convert hcl2 to json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hcl2json

This is a tool to convert from HCL to json, to make it easier for non-go applications and scripts to process HCL inputs (such as terraform config).

If passed the -pack option, it converts to the JSON pack format used by hclpack, which contains the original structure of the document. However, all it has for expressions is the source text, which isn't always very useful.

If no options are passed, it converts the provide native HCL file to an (almost) equivalent HCL JSON file. Note, however, that there are some corner cases where it may not be exactly equivalent, especially if the target application makes use of static analysis.

About

Convert hcl2 to json

License:Apache License 2.0


Languages

Language:Go 100.0%