hashicorp / terraform-config-inspect

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

Support for reading terraform backend configuration #26

Closed burck1 closed 4 years ago

burck1 commented 5 years ago

Result of https://github.com/hashicorp/terraform-config-inspect/issues/25

hashicorp-cla commented 5 years ago

CLA assistant check
All committers have signed the CLA.

mildwonkey commented 4 years ago

Hi @burck1 , thank you for submitting this.

terraform-config-inspect is used by a number of systems inside HashiCorp and we must be very cautious when making changes. As states in our contributing guidelines, we cannot accept external PRs for this codebase that add support for additional Terraform language features.

As @teamterraform suggested in the attached issue, I recommend opening an issue in the Terraform repository, if you have not already, describing your use-case so that we can use that issue to work through the design of such a command.

Thank you!