@terrastack/hcl2json-wasm
v1.0.4
Published
hcl2json via WebAssembly
Downloads
11
Readme
hcl2json WebAssembly
Install
$ npm install -g @terrastack/hcl2json-wasm
Usage
$ cat foo.tf | hcl2json
{
"variable": [
{
"name": [
{
"description": "yeah"
}
]
}
]
}
Use it programmatically
Not yet implemented