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

  1. Write configuration — define providers, resources, variables, and outputs in HCL
  2. Initialize — run terraform init to download providers and modules
  3. Plan — run terraform plan to preview changes
  4. Apply — run terraform apply to provision infrastructure
  5. Validate — confirm resources with terraform state list and cloud console

Quick Start Example

Related skills

More from teachingai/full-stack-skills

Installs
41
GitHub Stars
381
First Seen
Jan 24, 2026