-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
terraform show on v0.12 only display resource addresses #23106
Comments
I've been struggling with this exact same issue since Additionally, the
The structure of the
We use this with |
@apparentlymart can you confirm it's either a bug or document miss-understanding and if there is a workaround ? @eduardZA to overcome this issue, I wrote a small wrapper which captures the |
@remipichon, yeah, I'm heading in the same direction:
As you say, not ideal :( |
I like your one liner ! Thanks, much more concise than my wrapper 👍 |
Pleasure! Now to figure out how to post the content as a PR comment on Bitbucket. Can't seem to figure out their v2.0 API :/ |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version
Terraform Configuration Files
Expected Behavior
terraform show
should display the full plan, the exact same output as theterraform plan
Actual Behavior
terraform show
only outputs the resource name, which is not very usefulSteps to Reproduce
Please list the full steps required to reproduce the issue, for example:
$HOME/terraform_0.12.10 init
$HOME/terraform_0.12.10 plan -out test.plan
$HOME/terraform_0.12.10 show test.plan
References
The text was updated successfully, but these errors were encountered: