-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Atlantis output in GitHub PRs unexpectedly showing "Initializing backend..." and "Refreshing state..." #3386
Comments
Has this always been the case or is this only on a recent version? Can you modify the terragrunt command to omit some of the noisy output? |
I think it was like this already, unless I missed a version that implemented a way to filter out the output. The terragrunt command I've been using has a few filters (
|
You can remove the Terraform suggestion text from the output by adding the |
Don't we already set https://github.com/search?q=repo%3Arunatlantis%2Fatlantis%20TF_IN_AUTOMATION&type=code |
Not for custom workflows, like this Terragrunt one. |
actually @nitrocode is right, we set this in the client setup , did you actually see a difference while setting it up as an ENV for terragrunt @X-Guardian ? maybe terragrunt set it up to |
Yes, without manually setting the |
If we set this in some places and not other places then it seems like a bug. The workaround is to use |
Even while setting the env var |
Community Note
Overview of the Issue
The output of the terraform plan results in our Github PRs are showing a lot of unnecessary output, including backend initialization and terraform state refreshing
followed by hundreds of lines including
Refreshing state...
Reproduction Steps
Atlantis configuration:
Running in a podman container with this startup command:
Logs
Environment details
Additional Context
The text was updated successfully, but these errors were encountered: