mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-02 06:28:41 +00:00
0cb13a9e856477e4c8dc43437aa1bb4fad7cece6
Repo owner, name => repoFullName PullID => PullNum to match GitHub API PR => Pull to match GitHub API and avoid writing PRID anywhere
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"
}
}