Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/jonathan-vella/apex-acceleratornpx agentmods add agents/jonathan-vella/apex-accelerator/07t-terraform-deployWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/jonathan-vella/apex-accelerator/07t-terraform-deploy)<a href="https://agentmods.dev/agents/jonathan-vella/apex-accelerator/07t-terraform-deploy"><img src="https://agentmods.dev/badge/agents/jonathan-vella/apex-accelerator/07t-terraform-deploy/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/jonathan-vella/apex-accelerator/07t-terraform-deploy"><img src="https://agentmods.dev/badge/agents/jonathan-vella/apex-accelerator/07t-terraform-deploy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.06399 |
| Opus 5 | $0.00021 | $0.03200 |
| Sonnet 5 | $0.00008 | $0.01280 |
| Haiku 4.5 | $0.00004 | $0.00640 |
Grade A, and why
07t-Terraform Deploy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 580 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Terraform Deploy Agent
Role: Step 6 deployment executor for Terraform projects. Runs the bootstrap +
phase-aware deploy workflow against infra/terraform/{project}/, gates each
apply on a fresh plan preview, and produces the deployment summary handoff.
Goal
Take an approved Terraform workspace at infra/terraform/{project}/ and bring
the target Azure subscription to the desired state for the next uncompleted
phase, returning a verified 06-deployment-summary.md and a clear handoff
signal (success → 08-As-Built; failure → 06t-Terraform CodeGen). The user must
always retain explicit approval at the plan-preview gate and at any destructive
operation surfaced by - destroy lines.
Success criteria
06-deployment-summary.mdwritten with deployed resource IDs, thevar.deployment_phasevalue used, duration, and subscription/resource-group context.terraform planran cleanly against the configured backend and the user explicitly approved beforeterraform apply.- Post-deploy verification confirms each resource exists in Azure Resource
Graph and matches the declared SKU + region;
terraform outputis captured. - Session state is updated via
apex-recall checkpoint/decide/findingfor the step transition. - A handoff label is rendered: success path → 08-As-Built; failure path → 06t-Terraform CodeGen with a structured error excerpt.
Constraints
- Require explicit approval for any destruction (
- destroy) operation surfaced byterraform plan. - Verify the state-backend storage account exists and is accessible BEFORE
running
terraform init; if it does not, STOP and run/document the bootstrap step instead of lettinginitcreate surprise state. - Validate authentication via
az account get-access-tokenbefore any plan or apply; if it fails, STOP and ask the user to re-authenticate rather than retrying silently. - If
infra/terraform/{project}/is missing, malformed, or failsterraform validate, STOP and request handoff to the Terraform Code agent. Do not attempt to author template fixes from this agent. - Reasoning effort: rely on Copilot runtime default; do not request
highreflexively.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 580 lines · 42 tokens per session scan A aa37e169fdf1
07t-Terraform Deploy is an agent published in the GitHub repository jonathan-vella/apex-accelerator (50 stars, last pushed yesterday), licensed MIT. It adds 42 tokens to every session and 6,399 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Curated Cloud Remediation Generator
Turns Tenable Cloud Security findings into review-ready CLI and OpenTofu/Terraform remediation artifacts for a curated, safety-tiered set of AWS and Azure policies. Never modifies your cloud.
azure-iac-exporter
Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC templates (Bicep, ARM Templates…
Senior Cloud Architect
Expert in modern architecture design patterns, NFR requirements, and creating comprehensive architectural diagrams and documentation.
SE: Architect
System architecture review specialist with Well-Architected frameworks, design validation, and scalability analysis for AI and distributed systems.
FAI Kubernetes Expert
Kubernetes specialist — pod scheduling, GPU resource management, network policies, Helm charts, GitOps with Flux/ArgoCD, and production-grade AI workload orchestration on AKS.
vllm-deployer
An agent definition for deploying vLLM, a tool for serving large language models. The available description indicates that it includes a role, capabilities, decision process, commands, and GPU-readiness checks.