Closed andreitchaltsev closed 4 years ago
Hi @andreitchaltsev, thank you for opening this ! It's most helpful to us if you add your use case to the existing issue, #21639, so we can consolidate the discussion. I am going to close this issue as a duplicate, since we do have other tickets covering it.
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.
There are already several feature requests to decrease the verbosity of terraform, e.g. #21639, #18467.
This request is much simpler: can
terraform plan
NOT output lines with "Refreshing state..."? (See example below)For a typical run we have about 1000 of such lines, roughly 90% of all the outputs. When multiple TF applications have to be done going though all that text every single time becomes very considerable burden with no benefits at all.
The simplest solution here is to move "Refreshing state..." logs to a lower log level, e.g. DEBUG, but it is up to HashiCorp developers to choose the best approach.
Example output of
terraform plan
: