Skip to content

TerraStackIO/hcl2json_wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hcl2json WebAssembly

Install

$ npm install -g @terrastack/hcl2json-wasm

Usage

$ cat foo.tf | hcl2json

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

Use it programmatically

Not yet implemented

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published