Skip to content

Terraform configuration files

Terraform configuration files are the primary artifacts used to define infrastructure as code.^[400-devops-08-infrastructure-as-code-terraform.md, 400-devops__08-Infrastructure-as-Code__基礎架構自動化編排工具-terraform.md]

File Format

Terraform configurations are identified by the .tf file extension^[400-devops-08-infrastructure-as-code-terraform.md, 400-devops__08-Infrastructure-as-Code__基礎架構自動化編排工具-terraform.md]. The fundamental configuration within these files is written using HCL (HashiCorp Configuration Language)^[400-devops-08-infrastructure-as-code-terraform.md, 400-devops__08-Infrastructure-as-Code__基礎架構自動化編排工具-terraform.md].

  • [[Infrastructure as Code]]
  • DevOps

Sources

^[400-devops-08-infrastructure-as-code-terraform.md] ^[400-devops__08-Infrastructure-as-Code__基礎架構自動化編排工具-terraform.md]