mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-31 22:38:45 +00:00
9ff948cb5547a04f4c5d104d3893e488eb42e772
* first incomplete draft for project config and pre run refactor * adding prerun and terraform 0.9 and above support * partial review * Changes from pull review. Fix approvals * more clean up and refactor of terraform init and environment commands to support terraform 0.9.0 and above * making apply similar to plan for appending extra arguments * review * missed apply executor changes and fixing tests
atlantis
A terraform collaboration tool that enables you to collaborate on infrastructure safely and securely.
Locking
When a Run is triggered, the set of infrastructure that is being modified is locked against any modification or planning until the Run has been
completed by an apply and the pull request has been merged
{
"data_dir": "/var/lib/atlantis",
"locking": {
"backend": "file"
}
}
{
"locking": {
"backend": "dynamodb"
}
}