-
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 from plan should show module details #21949
Comments
Hi @mattlawnz, thank you for opening this enhancement request ! Can you please share some more information about what exact module details you are looking for, or what you'd like the output to look like? You might be able to get the information you want from the output of |
Hi Thanks for the response, you're right, I can get the output using that. |
This was a bug, and was fixed in #23292. The fix should be included in the next minor release. Thanks for reporting this, @mattlawnz! |
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. |
Current Terraform Version
Use-cases
We are creating plans from our terraform files, which we are wanting to put into a git repo as human readable text. In order to get this in a human readable format, we are doing a "terraform show plan.tfplan"
Where we have terraform modules involved, the terraform show command from the precreated t.tfplan only shows the module summary lines instead of any details
e.g.
Attempted Solutions
I think I found a way around, but its a bit clumsy at present
terraform12 plan -no-color > plan.txt
and then reading and importing that into git
Proposal
Would like options to be able to show module details.
References
The text was updated successfully, but these errors were encountered: