Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back the "short" show output #23454

Open
piotrb opened this issue Nov 21, 2019 · 2 comments
Open

Add back the "short" show output #23454

piotrb opened this issue Nov 21, 2019 · 2 comments

Comments

@piotrb
Copy link

piotrb commented Nov 21, 2019

Current Terraform Version

Terraform v0.12.16

Use-cases

With the previous "short" output from show I was able to at a glance see what resources are being updated and how. This was extremely helpful. This way its easy to spot changes in resources that are unexpected by the recent changes to the TF files.

Attempted Solutions

N/A this was a removed feature.

Proposal

If you guys are that keen on keeping the "long" output, I'd like to see a new command line flag .. eg --short or something that would allow seeing the old output.

References

Original change that removed this behavior - #23292

@lifeofguenter
Copy link

One possible workaround (for now):

terraform show -no-color | grep -E '^\s*# '

Even though I enjoyed the previous output format, the - and ~ were sometimes not clear enough on smaller fonts.

@nhudacin
Copy link

nhudacin commented May 7, 2020

I agree with this! We leveraged the shorter version to roll up a summary report on a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants