
Terraform Deployer
- 1 installs
- 14.2k repo stars
- Updated August 5, 2026
- nvidia/skillspector
Runs Terraform plan, apply, and destroy commands against a given workspace path to manage cloud infrastructure.
About
This skill runs Terraform CLI operations to manage cloud infrastructure, activating only on explicit Terraform requests. A developer uses it to plan, apply, or destroy infrastructure from a workspace path.
- Runs terraform plan, apply, and destroy
- Uses exclude triggers to avoid non-infrastructure activation
Terraform Deployer by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,173 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nvidia/skillspector --skill terraform-deployerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 14.2k |
| Last updated | August 5, 2026 |
| Repository | nvidia/skillspector ↗ |
What it does
Runs Terraform plan, apply, and destroy commands against a given workspace path to manage cloud infrastructure.
Files
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).