---
name: nvidia/terraform-deployer
source: https://app.decimal.ai/s/nvidia-terraform-deployer@1/SKILL.md
source_sha256: 17d15ab6106a
---

# 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).