You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Describe the user story
We have a set of terraform plans that on completion creates config files which are then commited via workflow steps.
The issue we have is that we use autoplan and automerge. Upon the commit atlantis re-runs the plan even though no .tf files have been edited. Our created files are only .yml. This commit and autoplan blocks the automerge from completing.
Community Note
Describe the user story
We have a set of terraform plans that on completion creates config files which are then commited via workflow steps.
The issue we have is that we use autoplan and automerge. Upon the commit atlantis re-runs the plan even though no .tf files have been edited. Our created files are only .yml. This commit and autoplan blocks the automerge from completing.
Example atlantis.yaml
Describe the solution you'd like
Is there any way of adding a commit flag that will skip the autoplan? something like "SkipCI" or "noCICD"
To work around this we have turned off auto plan. Ideally we would like to keep this enabled to keep required steps to a minimum.
The text was updated successfully, but these errors were encountered: