I wanted to quickly understand how to parse Terraform using the HCL lib. There isn't an official example of this, as far as I know. After some quick searching I found a great SO answer to get started. The code in this directory is that setup with some modifications to achieve my goals.
Parse anything that might show up in TF without dying on things we haven't defined
Keep every variable, ignoring parts of the variable we don't care about