atlantis icon indicating copy to clipboard operation
atlantis copied to clipboard

feat:drift detection (wip)

Open motatoes opened this issue 1 year ago • 3 comments

(Still a work in progress PR, not ready for review yet, but you are welcome to have a look :))

what

Work in progress Implementation of #3245 drift detection feature. It allows users to configure drift detection for specific projects so atlantis can detect drift and create a pull request based on this change. Working on:

  • [ ] Creation of atlantis.yml parameters
  • [ ] Creation of server parameters
  • [ ] Creation of cron job for drift detection of requested projects
  • [ ] Creation of pull request with any detected drift using token
    • [ ] Github
    • [ ] Gitlab
    • [ ] Bitbucket
    • [ ] Azure Devops

why

To support drift detection natively in atlantis

tests

  • [ ] Test atlantis.yml configuration parameters
  • [ ] Test server configuration parameters
  • [ ] Test drift detection job

references

  • closes #3245

motatoes avatar Jan 01 '24 13:01 motatoes

Hi guys, any chance there will be some progress on this one soon? would be beautiful to have this functionality in Atlantis.

barth12 avatar Feb 20 '24 11:02 barth12

There is probably no chance since the author works on an alternative solution.

l13t avatar May 29 '24 11:05 l13t

I ended up using Driftive and running the drift analysis in GH actions with this action.

jeffersontavaresdm avatar Jul 01 '24 14:07 jeffersontavaresdm