hashicorp / hcl2

Former temporary home for experimental new version of HCL
https://github.com/hashicorp/hcl
Mozilla Public License 2.0
373 stars 66 forks source link

Using HCL in other software (developer guide) #57

Closed stevenaldinger closed 5 years ago

stevenaldinger commented 5 years ago

I want to use HCL in my own application... right now I'm looking through Terraform's source code to try to get a handle on how its used in code.

Is there a guide for developers? I've been using Terraform for long enough I'm familiar with its syntax but have no idea how to go about using HCL as a dependency or if I'm in for an uphill battle by trying.

Any advice is appreciated, thank you!

EDIT: Found what I was looking for I think but leaving this open for a few days for advice anyway. Link is below for what I'm working with now. Thanks again! https://media.readthedocs.org/pdf/hcl/guide/hcl.pdf