runatlantis / atlantis

Terraform Pull Request Automation
https://www.runatlantis.io
Other
7.78k stars 1.05k forks source link

Config for Atlantis to comment PR on change/error only #1157

Closed JerkyTreats closed 3 years ago

JerkyTreats commented 4 years ago

I have terragrunt use case that has many resources managed in an environment, and a PR can trigger dozens of plans with no infrastructure changes.

Is there a way to have Atlantis run plan on all affected resources, but only comment on the PR if there is a change detected, or if a plan error is triggered?

lkysow commented 4 years ago

Hi, this capability does not exist right now.

ghostsquad commented 4 years ago

Related to #1223

nwsparks commented 3 years ago

This would indeed be nice. Things can become very noisy when certain changes (modules) cause all of our environments to be planned out, but most have no changes. It makes reviewing difficult. An option for Atlantis to only comment back plans for changed environments would be great.