Terraform Deployer
Published by mauriciomori31 in skillspector
No known issues1 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/mauriciomori31/skillspectorInstall with the CLI
Run this command in a controlled environment after reviewing the repository:
npx skills add https://github.com/mauriciomori31/skillspector --skill terraform-deployerSkill 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

