hashicorp / terraform-config-inspect

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

Support rich provider configurations #84

Open dploeger opened 1 year ago

dploeger commented 1 year ago

I noticed, that only very basic provider configurations are resolved (only name and alias actually). Would it be in scope of the project to include the specific provider configurations (e.g. "host", "client_certificate", etc. from the Kubernetes provider)?