terraform-deployer

Featured

Deploy infrastructure using Terraform

DevOps & Infrastructure 14,837 stars 1235 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
26
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

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

Details

Author
NVIDIA
Repository
NVIDIA/SkillSpector
Created
5 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

deploy

Deploy the current project using its own infrastructure. Detects OpenTofu configs, Dockerfile, and release steps, then applies them safely.

1 Updated yesterday
samuel-stidham
DevOps & Infrastructure Listed

terraform-k8s

Author and operate infrastructure-as-code with Terraform/OpenTofu and Kubernetes manifests — declarative provisioning, state management, modules, plan/apply discipline, and the K8s object model (Deployment/Service/Ingress, probes, requests/limits, HPA, ConfigMap/Secret, RBAC). Use when writing a Terraform module, structuring remote state and workspaces, debugging drift or a destructive plan, writing or reviewing K8s YAML/Helm/Kustomize, sizing requests/limits, or wiring probes. Boundary vs deployment-cicd — deployment-cicd owns the release process (CI pipeline, build/test stages, blue-green/canary/rolling rollout, version tagging, rollback playbook); this skill owns the substrate those releases deploy onto — declarative provisioning of cloud resources and the Kubernetes object definitions themselves. The pipeline runs apply; this skill is what those files contain. Defers image-build craft to docker and host-level tuning to linux-sysadmin.

5 Updated today
kouroshez
DevOps & Infrastructure Listed

azure-deploy

Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/deployment-plan.md from azure-prepare and validated status from azure-validate. WHEN: "run azd up", "run azd deploy", "execute deployment", "push to production", "push to cloud", "go live", "ship it", "bicep deploy", "terraform apply", "publish to Azure", "launch on Azure". DO NOT USE WHEN: "create and deploy", "build and deploy", "create a new app", "set up infrastructure", "create and deploy to Azure using Terraform" — use azure-prepare for these.

2 Updated today
FJRG2007