Terraform enables you to safely and predictably create, change, and improve production infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

This commit is contained in:
Andrea Cervesato 2017-06-01 12:13:50 +02:00
parent bad46cfdca
commit 702cb85456

View file

@ -171,6 +171,7 @@
* [Salt](http://saltstack.com/) - Fast, scalable and flexible systems management software written in Python/ZeroMQ.
* [Spruce](https://github.com/geofffranks/spruce) - A tool that merges separate YAML files into one. Works well with [Genesis](https://github.com/starkandwayne/genesis).
* [StackStorm](https://stackstorm.com/) - Event Driven Operations and ChatOps platform for infrastructure management. Written in Python
* [Terraform](https://www.terraform.io/) - Terraform enables you to safely and predictably create, change, and improve production infrastructure.
## Code Review