mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-04 11:28:29 +00:00
5ea4ccd1b271ad4f830e0cba001f0f883a6334c8
* Remove sshKey hack. Use go-homedir * Add go-homedir lib
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"
}
}