Terraform¶
Terraform is an infrastructure orchestration tool used for automating the provisioning and management of infrastructure.^[400-devops__08-Infrastructure-as-Code__devops-terraform__terraform__基礎架構自動化編排工具-terraform.md]
Configuration and Syntax¶
Terraform configurations are defined in files using the .tf extension^[400-devops__08-Infrastructure-as-Code__devops-terraform__terraform__基礎架構自動化編排工具-terraform.md]. These configurations are written using HCL (HashiCorp Configuration Language)^[400-devops__08-Infrastructure-as-Code__devops-terraform__terraform__基礎架構自動化編排工具-terraform.md].
Related Concepts¶
- [[Infrastructure as Code]]
- DevOps
- Kubernetes
- [[Docker]]
Sources¶
- 400-devops__08-Infrastructure-as-Code__devops-terraform__terraform__基礎架構自動化編排工具-terraform.md