terraform icon indicating copy to clipboard operation
terraform copied to clipboard

list resource addresses on `plan` (`terraform plan -summary`)

Open flavono123 opened this issue 2 years ago • 2 comments
trafficstars

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

image

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

flavono123 avatar Sep 23 '23 05:09 flavono123

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!

crw avatar Sep 27 '23 21:09 crw

I really like that feature!! I usually work with a lot of cloud resources and it's tedious watching all of them.

mario21ic avatar Feb 05 '24 08:02 mario21ic