terraform
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- Write or debug Terraform configuration files (
.tf) - Manage cloud infrastructure (AWS, Azure, GCP, etc.)
- Configure providers, resources, data sources, and outputs
- Manage Terraform state, modules, and workspaces
How to use this skill
Workflow
- Write configuration — define providers, resources, variables, and outputs in HCL
- Initialize — run
terraform initto download providers and modules - Plan — run
terraform planto preview changes - Apply — run
terraform applyto provision infrastructure - Validate — confirm resources with
terraform state listand cloud console