-
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
feature request: UI button to trigger atlantis for reconciling environment drift #2075
Comments
PR #997 would allow us to run plans and applies across Atlantis repos. It would not complete the cycle but it would be a step towards detecting drift. Then Atlantis would need to discover the terraform root modules to apply, show each in the user interface, and expose a plan or trigger button, and a way to trigger Atlantis terraform plan jobs on a configurable cron. This would implement a crude version of terraform Enterprise / spacelift user interfaces. |
bump |
This is a pretty big ticket but I would imagine this could be accomplished in smaller steps. Now that /plan and /apply, the next thing we need is to display atlantis projects. The easiest way to do that is to:
Maybe something like this on index.html |
Community Note
Overview of the Issue
Sometimes our environment drifts because of changes made outside terraform. To reconcile our environment with the source, we need to trigger atlantis without making changes to the repo.
Currently, this can be done by creating an empty commit and raising a PR. But it would be nice if this could be triggered via a button on the UI.
The text was updated successfully, but these errors were encountered: