This page is for Authlete 2.x. For current (3.0) documentation, see this page.
Introduction
Terraform is an open source tool maintained by Hashicorp that allow you to handle all the cloud infrastructure as code. In other words, it allows you to declare what you need and Terraform (using the providers) will get it configured for you. Terraform uses a declaration language called hcl, allowing the declaration of resources to be under version control, and a local state system that tracks the declared resources and the components on Cloud providers. The workspace allows the declared resources to be assigned to different resources, dependending uponthe state of the components to be shared across the administration team. If you want to learn about the concepts and how Terraform works, check the Terraform website.