idoavrah / terraform-tui

Terraform textual UI
https://pypi.org/project/tftui/
Apache License 2.0
998 stars 30 forks source link

Support for nested modules #16

Closed cedricbastin closed 1 year ago

cedricbastin commented 1 year ago

We have many nested modules, in terraform state list those nested resources show up as e.g. module.shared_account_baseline.module.eks_cluster_complete[0].module.eks_cluster.module.gitlab_executors_app_irsa[0].data.aws_iam_policy_document.sts_assume. In tftui it only show the leaf module i.e. gitlab_executors_app_irsa[0]

it would be nice to have multiple nested module in a tree structure to better understand dependencies 🙏

Many thanks for your work

idoavrah commented 1 year ago

fixed on v0.4, check it out :)

I missed that in the original release, we do not have too many nested modules.

cedricbastin commented 1 year ago

Great thank you so much for the quick fix 🚀🙌