setting-up-terraform

Installation
SKILL.md

Setup Terraform

Use this skill when the user asks to set up Terraform, infrastructure as code, cloud provisioning, or IaC.

Steps

  1. Initialize the project structure

    infra/
    ├── main.tf
    ├── variables.tf
    ├── outputs.tf
    ├── terraform.tfvars      # (gitignored)
    ├── providers.tf
    └── modules/
    
  2. Configure the provider — in providers.tf:

Installs
133
GitHub Stars
525
First Seen
Apr 12, 2026
setting-up-terraform — spencerpauly/awesome-cursor-skills