Skip to content

HCL

Usage:

hcledit block list -f main.tofu
hcledit block get terraform -f main.tofu
hcledit attribute get terraform.required_version -f main.tofu

Other tools

  • hcl
  • hashicorp/hcldec
    • Converts HCL to JSON
  • hcl2json
  • python-hcl2
    • AUR package: python-hcl2
    • Python lib only, no cli tool
  • pyhcl
    • Does not support HCL2 (which Terraform or Opentofu use)
    • Last commit 2023
    • AUR package: python-pyhcl