Terraform configuration structure¶
Terraform uses the HCL (HashiCorp Configuration Language) to define infrastructure as code^[基礎架構自動化編排工具-terraform.md]. Configuration files created with this language utilize the specific .tf filename extension^[基礎架構自動化編排工具-terraform.md].
Related¶
- [[HCL]]
Sources¶
^[基礎架構自動化編排工具-terraform.md]