hashicorp / terraform-config-inspect

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

Recursive child modules? #81

Open mgzenitech opened 2 years ago

mgzenitech commented 2 years ago

Either I am missing something or this feature isn't implemented... How do I get list of child modules downstream?

for example:

MODULE A > MODULE B > MODULE C
MODULE A > MODULE D > MODULE E
MODULE A > MODULE F > MODULE B > MODULE C