hashicorp / terraform-config-inspect

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

go.mod: Upgrade to HCL v2.20.1 #120

Closed apparentlymart closed 2 months ago

apparentlymart commented 2 months ago

The latest version of the Terraform requires a newer version of HCL than was previously selected here, because it makes use of the new possibility for namespaced functions.

This upgrade makes it now possible for programs that use this library to analyze Terraform modules that contain calls to namespaced functions.