Files
freeCodeCamp/guide/chinese/devops/terraform/index.md
2018-10-16 21:32:40 +05:30

12 lines
597 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Terraform
localeTitle: Terraform
---
## Terraform
Terraform是HashiCorp的代码软件基础设施。它允许用户定义数据中心 高级配置语言中的基础结构,可以从中创建执行计划 在服务提供商如OpenStack或服务提供商如。中构建基础架构 IBM Cloud以前称为BluemixAWSMicrosoft Azure或Google Cloud Platform。基础设施已定义 采用HCL Terraform语法或JSON格式。
#### 更多信息:
* [官方网站](https://www.terraform.io)
* [GitHub上的Terraform](https://https://github.com/hashicorp/terraform)