mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-05 06:18:54 +00:00
0819d8961c1ee6e87a3f203a6458b3ea86ccd342
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"
}
}