Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 300 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 300 Bytes

hcl2json WebAssembly

Install

$ npm install -g @terrastack/hcl2json-wasm

Usage

$ cat foo.tf | hcl2json

{
  "variable": [
    {
      "name": [
        {
          "description": "yeah"
        }
      ]
    }
  ]
}

Use it programmatically

Not yet implemented