Luke Kysow 0cb13a9e85 Fixes #10. Renaming for consistency (#12)
Repo owner, name => repoFullName
PullID => PullNum to match GitHub API
PR => Pull to match GitHub API and avoid writing PRID anywhere
2017-05-31 16:46:49 -07:00
2017-05-24 17:29:43 -07:00
2017-05-24 17:35:59 -07:00
2017-05-24 17:29:43 -07:00
2017-05-24 17:29:43 -07:00
2017-05-24 17:29:43 -07:00
2017-05-31 00:18:57 -07:00
2017-05-24 17:29:43 -07:00
2017-05-24 17:35:59 -07:00
2017-05-24 17:35:59 -07:00
2017-05-24 17:35:59 -07:00

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"
  }
}
Description
Terraform Pull Request Automation
Readme 215 MiB