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