-
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
Output of changed/added/destroyed resources for modules should have ability to show full output #2335
Comments
Would |
I would say yes to either. Really any way one can verify the changes made are expected is helpful but if I'm understanding correctly having -format=json would require running a diff to check those? |
I just made the original issue a little bit more generic, if you agree, I will close this in favour of #1209 |
@mikeyhill #1209 is solving slightly different, yet related problem, but I think this issue can be closed. Reopen if you think otherwise. |
@radeksimko - very strange, I hadn't thought about this in quite some time and was literally just pondering over it a few minutes ago. Great minds must think alike :) Seriously though, thank you guys for all the work you put into TF, it has made my days a lot easier. |
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. |
Doing some work on a specific resource in a module and it's difficult to know what Terraform is changing without stepping back through all of the code. It would be helpful to have a command line option to show full module output.
The text was updated successfully, but these errors were encountered: