hcl2json

Convert HCL2 configuration files to JSON format

brewmacoslinux
Try with needOr install directly
Source

About

Convert HCL2 to JSON

Commands

hcl2json

Examples

Convert a single HCL2 file to JSON$ hcl2json input.hcl > output.json
Convert Terraform configuration to JSON$ hcl2json main.tf
Pretty-print HCL2 file as formatted JSON$ hcl2json config.hcl | jq '.'