Terraform is a great tool for infrastructure as code & one of my personal favorites, but unfortunately while being very easy to create terraform apply\destroy runs via a CLI & having plenty of tools to ensure terraform runs via git push\pull requests\etc applying terraform runs via an API command is a lot trickier.
Which is why I created Terraformize to fill in that gap, the basic idea being that having the ability to create terraform runs via a simple REST API a developer can integrate terraform environment creation into it’s product code flow in a easy way.
You can read more about it at the project repo at https://github.com/naorlivne/terraformize
Top comments (0)