hashicorp / terraform-config-inspect

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

Upgrade HCL2 to a version that doesn't panic #11

Closed apparentlymart closed 5 years ago

apparentlymart commented 5 years ago

The version of HCL2 we initially selected causes a panic bug in the tests for handling syntax errors. This upgrade fixes it, but also introduces some slightly different error message texts that need to therefore be reflected in the test fixtures.