nupluginhcl

This is a nushell to parse Hashicorp Configuration Language files into nu structured types.

Installing

To [add the plugin] permanently, just install it and call [register] on it:

Using Cargo

bash cargo install nu_plugin_hcl register ~/.cargo/bin/nu_plugin_hcl

Usage

bash open -r main.tf | from hcl | first 10 ╭──────────┬──────────────────╮ │ provider │ {record 1 field} │ │ resource │ {record 1 field} │ ╰──────────┴──────────────────╯