hashicorp / terraform-config-inspect

A helper library for shallow inspection of Terraform configurations
Mozilla Public License 2.0
381 stars 76 forks source link

mod: bump hcl2 dependency #16

Closed mildwonkey closed 5 years ago

mildwonkey commented 5 years ago

There was an incorrect error when loading a 0.12-compatible module that had a for expression, fixed by bumping the HCL2 dependency. I also added a test.

I did run go mod tidy so I believe all the additions to go.mod are correct.