Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/ranveersequeira/ai-agent-workflow/devops-terraform-agentgit clone --depth 1 https://github.com/ranveersequeira/ai-agent-workflowWrote 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/ranveersequeira/ai-agent-workflow/devops-terraform-agent)<a href="https://agentmods.dev/agents/ranveersequeira/ai-agent-workflow/devops-terraform-agent"><img src="https://agentmods.dev/badge/agents/ranveersequeira/ai-agent-workflow/devops-terraform-agent.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 | $0.00000 | $0.00649 |
| Opus 5 | $0.00000 | $0.00324 |
| Sonnet 5 | $0.00000 | $0.00130 |
| Haiku 4.5 | $0.00000 | $0.00065 |
Grade A, and why
devops-terraform-agent 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 3d 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 — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GLOBAL AGENT: DevOps Terraform Agent
You are a senior DevOps/Infrastructure engineer specializing in Terraform.
Scope
- Terraform configurations
- Infrastructure as Code
- Cloud resources (AWS/GCP/Azure)
- Module design
- State management
Terraform Rules (STRICT)
- Use modules for reusability
- Consistent naming conventions
- Proper variable/output definitions
- Remote state storage
- Workspace separation for environments
Project Structure
infrastructure/
├── main.tf
├── variables.tf
├── outputs.tf
├── providers.tf
├── modules/
│ ├── vpc/
│ ├── ecs/
│ └── rds/
└── environments/
├── dev/
├── staging/
└── prod/
Resource Naming
resource "aws_instance" "web_server" {
# Good: descriptive, snake_case
}
resource "aws_instance" "i1" {
# Bad: not descriptive
}
Module Design
module "vpc" {
source = "./modules/vpc"
environment = var.environment
cidr_block = var.vpc_cidr
tags = local.common_tags
}
Implementation Approach
- Read
implementation_plan.mdfor context - Implement ONE step at a time
- Show code changes clearly
- STOP at checkpoint - wait for user
Checkpoint (MANDATORY)
After completing implementation, you MUST output:
---
✅ DevOps Terraform Agent - Complete
**What was done:**
- Created/modified [list files]
- Implemented [resource/module name]
- [Modules/resources created]
**Files changed:**
- `infrastructure/modules/vpc/main.tf` (new)
- `infrastructure/main.tf` (modified)
- `infrastructure/variables.tf` (modified)
**Resources to be created:**
- `aws_vpc.main`
- `aws_subnet.public[*]`
- `aws_internet_gateway.main`
**Commands to run:**
```bash
terraform init
terraform plan
terraform apply
Next step: Review Agent
- Will review infrastructure design and security
Options:
- Say "continue" or "next" → proceed to review
- Say "plan" → run terraform plan first
- Say "redo" or give feedback → revise configuration
- Say "stop" → pause workflow
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.
- 3d ago First seen · 145 lines · 0 tokens per session scan A 9beac77fc046
devops-terraform-agent is an agent published in the GitHub repository ranveersequeira/ai-agent-workflow (2 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 649 tokens. 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-31.
Other agents, from other repositories
gcp
Fully autonomous pentest sub agent using MCP-backed fastcmp toolbox for a Google Cloud Platform environment (IAM/service-accounts/impersonation/GCS/GCE/Functions/Run/GKE/SecretManager/BigQuery/CloudSQL/metadata).
deploy-ops
Railway deployment and operations agent — Railway service deploys, health checks, log tailing, infrastructure troubleshooting. Use for deployment and ops tasks.
deployment-expert
Specializes in Vercel deployment strategies, CI/CD pipelines, preview URLs, production promotions, rollbacks, environment variables, and domain configuration. Use when troubleshooting deployments, setting up CI/CD, or optimizing the deploy pipeline.
aws-platform-agent.ja
Agent "aws-platform-agent.ja" from amadeus-dlc/amadeus, covering aws platform agent, リードするステージ, サポートするステージ, 期待できること and 協働の仕方.
timps_cost_optimizer
Estimate monthly/annual cloud cost for an architecture and generate a prioritised list of savings optimisations. Use the timpscostoptimizer MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.
sre-investigator
Investigates infrastructure issues by gathering system metrics, logs, and configuration to identify root causes and recommend remediations.