fix(guide): simplify directory structure

This commit is contained in:
Mrugesh Mohapatra
2018-10-16 21:26:13 +05:30
parent f989c28c52
commit da0df12ab7
35752 changed files with 0 additions and 317652 deletions

View File

@ -0,0 +1,16 @@
---
title: Terraform
---
## Terraform
Terraform is an infrastructure as code software by HashiCorp. It allows users to define a datacenter
infrastructure in a high-level configuration language, from which it can create an execution plan to
build the infrastructure in a service provider such as OpenStack or in a service provider such as
IBM Cloud (formerly Bluemix), AWS, Microsoft Azure or Google Cloud Platform. Infrastructure is defined
in a HCL Terraform syntax or JSON format.
#### More Information:
- <a href="https://www.terraform.io">Official Website</a>
- <a href="https://https://github.com/hashicorp/terraform">Terraform on GitHub</a>