---
name: Terraform Deployer
slug: terraform-deployer
category: DevOps
description: Terraform Deployer runs Terraform CLI commands (plan, apply, destroy) to manage cloud infrastructure. Use it when an explicit request involves Terraform operations.
github: "https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/sqp/sqp1_clean"
language: Python
stars: 14609
forks: 1224
install: "npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/sqp/sqp1_clean ~/.claude/skills/sqp1_clean"
installs_to: ~/.claude/skills/sqp1_clean
source_path: tests/fixtures/sqp/sqp1_clean/SKILL.md
collection_size: 24
category_size: 798
collection_url: "https://dirskills.com/collections/NVIDIA/SkillSpector"
added: 2026-08-14T07:13:11.253Z
last_synced: 2026-08-14T07:13:11.253Z
canonical_url: "https://dirskills.com/skills/terraform-deployer"
---

# Terraform Deployer

Terraform Deployer runs Terraform CLI commands (plan, apply, destroy) to manage cloud infrastructure. Use it when an explicit request involves Terraform operations.

**Install:**

```bash
npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/sqp/sqp1_clean ~/.claude/skills/sqp1_clean
```

## README

# Terraform Deployer

## Purpose

Runs Terraform commands to manage cloud infrastructure. Only activates
for explicit Terraform CLI operations.

## Triggers

Activates on:
- "run terraform plan"
- "terraform apply"
- "deploy infrastructure with terraform"

Does NOT activate on:
- General deployment requests without mentioning Terraform
- "plan" used in non-infrastructure contexts
- "deploy" without infrastructure/Terraform context

## Usage

Provide a Terraform workspace path and the desired command (plan, apply, destroy).
