NVIDIA

terraform-deployer

Deploy infrastructure using Terraform

NVIDIA 15,320 1,288 Updated 3mo ago
GitHub

Install

npx skillscat add nvidia/skillspector/terraform-deployer

Install via the SkillsCat registry.

About this skill

We need to produce a 2-3 sentence plain-text summary, objective, factual, no marketing, no superlatives, no calls to action. At most 60 words. No quotes, no bullet points, no headings, no markdown. Just plain text. Summarize: skill runs Terraform commands to manage cloud infrastructure, activates on explicit Terraform CLI operations, solves need to automate infrastructure deployment without manual CLI, used when developer wants to run terraform plan/apply/destroy via agent. Let's craft ~30-40 words.

SKILL.md

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

Categories