hashicorp / terraform-config-inspect

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

Disambiguate variable defaults with "empty" values from undefined #52

Closed antonbabenko closed 3 years ago

antonbabenko commented 3 years ago

There is an open issue https://github.com/hashicorp/terraform/issues/21417 related to Terraform Registry.

From what I can see https://github.com/jstewmon/terraform-config-inspect/commit/27428fa7eaf0ac38bd29d0080cc55f32fd668124 will help with distinguishing empty and null values, am I right?

Or is there anything else missing in this tool to get Terraform Registry fixed?