17 lines
		
	
	
		
			652 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			652 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| 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>
 | |
| 
 |