Process Flow - Why HCL matters as Terraform's language
User writes config in HCL
Terraform reads HCL file
Terraform parses HCL into internal data
Terraform plans infrastructure changes
Terraform applies changes to cloud
This flow shows how Terraform uses HCL to read, understand, and apply infrastructure changes.