runatlantis / atlantis

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

Add retry mechanism #1929

Open steveizzle opened 2 years ago

steveizzle commented 2 years ago

Plans/applies can fail often due to temporary reasons like bad network connectivity or whatever. I would now go on and implement some retry directly as custom workflow, but i think it would be great to have some kind of native retry mechanism in the atlantis configuration for the project.

nishkrishnan commented 2 years ago

You can just retry by typing atlantis plan or atlantis apply, I don't think we have the ability to tell when terraform returns a retriable error or not.