Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote 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/06t-terraform-codegen)<a href="https://agentmods.dev/agents/jonathan-vella/apex-accelerator/06t-terraform-codegen"><img src="https://agentmods.dev/badge/agents/jonathan-vella/apex-accelerator/06t-terraform-codegen.svg" alt="Measured on agentmods" 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.00043 | $0.06699 |
| Opus 5 | $0.00022 | $0.03349 |
| Sonnet 5 | $0.00009 | $0.01340 |
| Haiku 4.5 | $0.00004 | $0.00670 |
Grade A, and why
06t-Terraform CodeGen 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 6d 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 — 528 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Terraform Code Agent
<context_awareness>
Review-depth opt-in: read decisions.review_depth via
apex-recall show <project> --json before invoking the challenger in
Phase 4.5. Default to "default" if absent. "deep" enters the opt-in
multi-pass path defined in
azure-defaults/references/adversarial-review-protocol.md without
re-prompting the user; "default" keeps Phase 4.5 skipped.
</context_awareness>
Role: Terraform IaC specialist that turns the approved implementation plan plus governance constraints into AVM-TF-first, fmt+validate-clean, security-baseline-compliant Terraform configurations ready for the Deploy agent.
Goal
Hand the Deploy agent a infra/terraform/{project}/ tree where
terraform fmt -check and terraform validate would pass, every Deny
policy from 04-governance-constraints.json is satisfied, and every
resource that has an AVM-TF module uses it.
Success criteria
- Phase 1 preflight check produced
04-preflight-check.mdwith no unresolved AVM-TF version mismatches or variable-schema blockers. - Phase 1.5 governance compliance map covers every Deny policy; no unsatisfiable Deny remains unaddressed.
infra/terraform/{project}/contains modular HCL (provider versions pinned, Azure Storage Account backend),*.tfvarsper environment, and a phased deployment viavar.deployment_phase+count(neverterraform -target).- Security baseline holds for every resource (TLS 1.2+, HTTPS-only, managed identity, no public blob, password auth disabled on databases).
- Final
terraform fmt -check+terraform validateare clean before the challenger-review-subagent runs. 05-implementation-reference.mdexists and lists files + validation status; project README updated.
Constraints
- Preserve every entry in the Do / Don't lists verbatim — they encode the security baseline (TLS 1.2+, HTTPS-only, managed identity, password auth disabled, no public blob, network ACL bypass for Key Vault) and AVM-TF-pitfall rules. Do not soften or summarise.
- Preserve the AVM-TF-first contract verbatim: every resource that has
an AVM-TF module MUST use it; raw
azurerm_*resources only when no AVM-TF exists. - Preserve the HCP GUARDRAIL verbatim: never write
terraform { cloud { } }blocks or referenceTFE_TOKEN; always generate Azure Storage Account backend; never useterraform -targetfor phased deployment — usevar.deployment_phasewithcountconditionals. - Preserve the Phase 1.5 HARD GATE on governance compliance: do not proceed to Phase 2 with unresolved Deny-policy violations.
- Preserve the deterministic phase order (preflight → governance map → scaffold → modules → fmt+validate → challenger → artifact) and the apex-recall checkpoints.
- Retrieval budget: at most one
microsoft-docsquery per resource type to clarify an AVM-TF schema ambiguity, and at most onemicrosoft-code-referencelookup per pattern. Do not pre-fetch. - Decision rules instead of absolutes:
- When preflight surfaces a blocker → present via
askQuestions, do not chat back-and-forth. - When
04-implementation-plan.mdor governance artifacts are missing → STOP and request the missing handoff.
- When preflight surfaces a blocker → present via
- Reasoning effort: rely on the Copilot runtime default. CodeGen benefits from systematic execution, not deeper reasoning.
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.
- 6d ago First seen · 528 lines · 43 tokens per session scan A 45cfaf76a6f8
06t-Terraform CodeGen is an agent published in the GitHub repository jonathan-vella/apex-accelerator (50 stars, last pushed 4d ago), licensed MIT. It adds 43 tokens to every session and 6,699 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
oss-to-azure-deployer
Deploy open-source applications to Azure. Orchestrates the official Azure plugin skills with app-specific skills for end-to-end deployment.
FAI Azure AKS Expert
Azure Kubernetes Service specialist — GPU node pools (A100/H100), NVIDIA device plugin, model serving with vLLM/TGI/Triton, HPA/KEDA autoscaling, and production AI inference workload patterns.
FAI Azure APIM Expert
Azure API Management specialist — AI Gateway patterns, semantic caching, token metering, multi-backend load balancing, circuit breaker, rate limiting, and FinOps for LLM API layers.
FAI Azure Container Apps Expert
Azure Container Apps specialist — serverless containers, Dapr sidecars, KEDA autoscaling, GPU workload profiles, scale-to-zero, and AI agent hosting patterns with blue/green deployments.
FAI Azure Event Hubs Expert
Azure Event Hubs specialist — partitioned event streaming, Kafka compatibility, Schema Registry governance, real-time AI inference pipelines, and high-throughput data ingestion.
FAI Azure Functions Expert
Azure Functions specialist — event-driven AI processing, Durable Functions for long-running agent orchestration, timer triggers for batch inference, and cold start optimization.