Open rverma-nikiai opened 5 years ago
Even better is go 1 step ahead and hide No changes. Infrastructure is up-to-date
logs as well.
@rverma-nikiai As a workaround, you could post-process your CI logs and / or run Terraform in CI via a wrapper script and hide certain log messages?
We'd like this feature as well. We are integrating Teffaform with Atlantis. Atlantis posts 15 comments to Github PR with all these useless information
Current Terraform Version
0.12.2
Use-cases
Option to make logs lesser verbose for
terraform init
,terraform plan
andterraform apply
steps for CI systems by hiding refresh step details as well as a message likeand
For No changes only message as
No changes. Infrastructure is up-to-date.
should be sufficient.This would be more helpful with very large terraform projects with an automation step to drill down the changes faster and generating lesser logs.
Our current setup had around 70+ terraform modules and the log generated on each sync is over 3000 lines when there are no changes.