Terraform
Terraform material is split into commands, concepts, core concepts, and built-in function notes.
Groups
- Reference: common CLI workflow
- Concepts: fundamentals and state model
- Core Concepts: provider, state, and variable notes
- Built-in Functions: language reference pages
Practical Notes
- Start with
terraform init,plan, andapply. - Treat state as part of the system design.
- Use modules when patterns repeat.