-
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
Ability to run terraform plan
outside pull request cycle (drift detection)
#263
Comments
I'm also interested in this feature. Which is essential to reach a GitOps1 like model for terraform.
The one thing I'm not sure is that if this should be turned on by default. or should we provide a switch for the feature when starting Atlantis. |
Some thoughts:
|
@majormoses I think configuring an outgoing webhook would allow most use-cases for the notification. |
I think this is out of the scope of Atlantis unfortunately. Atlantis is best focused on Terraform pull request workflows. It would be a lot of work to build this which would take time away from that focus and make other features around pull request workflows more complicated. |
Via @lorenzoaiello, Atlantis should be able to run
terraform plan
on demand or on a schedule in order to identify whether the actual resources have drifted from what's defined in Terraform.The text was updated successfully, but these errors were encountered: