Part 16: Terraform Fundamentals
12 items
- What is Terraform and how does it work
- The HCL language — syntax and types
- The resource block — the core building block
- The variable block — inputs to your configuration
- The output block — exporting values from your configuration
- The locals block — named expressions for reuse
- The data block — reading existing infrastructure
- The provider block — configuring API connections
- The terraform block — backend and version requirements
- count and for_each — creating multiple resources
- Built-in functions — the most useful ones
- How Terraform handles sensitive values