terraform
terraform copied to clipboard
list resource addresses on `plan` (`terraform plan -summary`)
Terraform Version
Terraform v1.5.7
on darwin_arm64
Use Cases
from plan, easily get what would be added/changed/deleted
the current plan output:
- is too long to get which resources would be added/changed/deleted.
- has summary just each number of them, not the addresses(name), at the end.
https://www.reddit.com/r/Terraform/comments/10m7jdd/show_only_the_resources_that_will_be_changed_in/ people have same requirements i think
Attempted Solutions

https://github.com/flavono123/terraform-plan-summary
Proposal
👆 can i contribute the above feature, -summary (or with another proper name) flag to plan?
i'm also open for any feedbacks :)
References
cannot found
Thanks for this feature request! If you are viewing this issue and would like to indicate your interest, please use the 👍 reaction on the issue description to upvote this issue. We also welcome additional use case descriptions. Thanks again!
I really like that feature!! I usually work with a lot of cloud resources and it's tedious watching all of them.