Open srinivasaluka opened 1 year ago
That's odd. It works correctly in github. Could you incrementally go up from v0.20.1 to find the version that broken this functionality? You can get even more granular with the pre releases.
I have the issue on v0.22.3 using Gitlab. Any ideas on how I can troubleshoot?
Please feel free to downgrade incrementally to find which pre release it worked in last so we can identify the pr that broke this functionality
I don't think this feature ever worked for gitlab tho
I checked and this was never implemented for gitlab.
Hi @nitrocode , In which version was this flag --hide-unchanged-plan-comments
got added ?
Hmm, @srinivasaluka why are you using run-all
? Can you check any plan's output without --hide-unchanged-plan-comments
flag? Do you see No changes...
line?
Also, you have one project for all repo or you use terragrunt-atlantis-config and create projects per module?
I think the problem with run-all
, is because any dependent module without changes prints No changes...
and all plan hides
Hi @tufitko, my terraform modules are in a different repository and my terragrunt.hcl file is in different repo. I have one project for all repo, not creating projects per module
@tufitko run-all as we have 40+ terraform modules
--hide-unchanged-plan-comments
hides projects which has No changes
in any lines, so you can't use it, because you have only one project. It doesn't modify the project's output.
did you see terragrunt-atlantis-config
? why don't use it? I can show you my config if you need
about no such file or directory
error I'm not sure, this flag doesn't work with files
Just want to echo that I upgraded to 0.23.2 and tried this feature and also got the checking if workspace exists: stat /home/atlantis/.atlantis/repos/mysoftware/my-infrastructure/314/default: no such file or directory
error after enabling it. Unfortunately, we had to revert to a older 0.20 version again since there are still too many bugs present in later versions.
we reverted 2 PR that caused issues, did you try v0.23.4? what other bugs you are referring to?
Seeing this on GitHub too. v0.27, running different projects. Dunno if related, but there was a recent GUI change on GH, where now you have to specify a reason for hiding a comment. Maybe the API endpoint now requires a different payload?
Hi,
I'm using Atlantis version 0.23.2 for running terragrunt plan to see the plan output as bitbucket cloud pull request comment. Below is the serverside repos.yaml file::
when i pass the repos.yaml file for Atlantis version v0.20.1 works fine and able to see the plan output as expected in the pull request. I have a lot of terraform modules and the output is too noisy, for this reason I switced to v0.23.2 and passed the flag --hide-unchanged-plan-comments while starting the atlantis server. There are errors in the output(probably git pull issue) with atlantis plan and we are unable to see the output in the PR.
Error:
Log:
Please suggest
Thanks, Srinivas Aluka