Give a short summary of changes on ghpc deploy/destroy #1570
yaroslavvb
started this conversation in
Ideas and feature requests
Replies: 1 comment 1 reply
-
Thank you for your bug report. I have investigated the issue and determined that it is not a bug, but rather a feature request. I am moving this to the ideas-and-feature-request discussion where feature requests are collected. One possible workaround would be to use a grep on terraform plan to summarize from a high level what is changing.
This will reduce the output to 1 line for each resource changed. Example output for a random change I happen to be executing:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now ghpc output is too verbose. Destroying a cluster like this yaml prints >40 pages of changes (my tmux ran out of buffer at 40 pages).
Ideally there's be a way to see what exactly is being destroyed that fits on a couple of screens
Beta Was this translation helpful? Give feedback.
All reactions