idoavrah / terraform-tui

Terraform textual UI
https://pypi.org/project/tftui/
Apache License 2.0
1.02k stars 31 forks source link

How to Select Target with Module. #82

Open exodia0x opened 2 months ago

exodia0x commented 2 months ago

How to select all target resource entire module for plan or apply, when I click Spacebar it just collapse resource.

Thank you

idoavrah commented 2 months ago

Hi @exodia0x,

At the moment the only option is to manually traverse the tree and select each resource.

I think what you're asking is feasible so I'll be changing this default behaviour in the next version, there are many other ways to collapse the tree.

Will update here when it's done.