hashicorp / terraform-config-inspect

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

downgrade hcl dependency #14

Closed mildwonkey closed 5 years ago

mildwonkey commented 5 years ago

Earlier versions of hcl allowed a heredoc's delimiting identifier to appear inline, instead of on a newline. While this is a bug, it was supported in terraform 0.11, and terraform-config-inspect and 0.12upgrade both need to be 0.11 bug-compatible.

This PR pins the HCL dependency to the same version that terraform 0.11 is currently using.