Infrastructure automation orchestration¶
Infrastructure automation orchestration involves the systematic management and provisioning of computing resources using machine-readable definition files, a practice broadly known as [[Infrastructure as Code]].^[400-devops__08-Infrastructure-as-Code__基礎架構自動化編排工具-terraform.md]
Orchestration Tools¶
A primary tool utilized for this purpose is Terraform^[400-devops__08-Infrastructure-as-Code__基礎架構自動化編排工具-terraform.md].
Configuration Syntax¶
Terraform configurations are defined in files bearing the *.tf extension^[400-devops__08-Infrastructure-as-Code__基礎架構自動化編排工具-terraform.md]. These configurations are written using HCL (HashiCorp Configuration Language)^[400-devops__08-Infrastructure-as-Code__基礎架構自動化編排工具-terraform.md].
Related Concepts¶
- [[Infrastructure as Code]]
- [[Provisioning]]
Sources¶
^[400-devops__08-Infrastructure-as-Code__基礎架構自動化編排工具-terraform.md]