mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-08-31 02:04:02 +08:00
docs(terraform): explain HCL (#10225)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# What is HCL?
|
||||
|
||||
HCL (HashiCorp Configuration Language) is a structured configuration language designed to be easy for people to read and write. Terraform uses HCL in `.tf` files to describe infrastructure through blocks, arguments, and expressions. Terraform configurations are declarative: they describe the desired infrastructure state rather than a sequence of commands to create it.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@Syntax - Configuration Language | Terraform](https://developer.hashicorp.com/terraform/language/syntax/configuration)
|
||||
|
||||
Reference in New Issue
Block a user