Anubhav Mishra 9ff948cb55 Project config (#56)
* 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
2017-07-01 14:51:50 -07:00
2017-07-01 14:51:50 -07:00
2017-06-17 14:14:21 -07:00
2017-06-17 14:14:21 -07:00
2017-07-01 14:51:50 -07:00
2017-05-24 17:35:59 -07:00
2017-06-25 15:24:07 -07:00
2017-07-01 14:51:50 -07:00
2017-06-25 15:24:07 -07:00
2017-06-17 14:14:21 -07:00
2017-07-01 14:51:50 -07:00
2017-05-24 17:29:43 -07:00
2017-05-24 17:29:43 -07:00
2017-06-25 15:24:07 -07:00
2017-06-25 15:24:07 -07:00
2017-06-20 20:58:15 -07:00

atlantis

CircleCI

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