Terraform Deployer: Install, Source and Security | FunnelSlayer

Terraform Deployer

Published by nvidia in skillspector

No known issues196 installs

What this skill does

Deploy infrastructure using Terraform

Add Terraform Deployer to your agent

Review the source and files first. When you are ready, copy the prompt instruction or use the CLI command supported by your environment.

Install with a prompt

Paste this into a compatible coding agent:

add this skill "terraform-deployer" from https://github.com/nvidia/skillspector

Install with the CLI

Run this command in a controlled environment after reviewing the repository:

npx skills add https://github.com/nvidia/skillspector --skill terraform-deployer

Skill instructions

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

Files included

  • SKILL.md

More skills