Agente · em Publicar e operar
terraform-iac-reviewer
Terraform-focused agent that reviews and creates safer IaC changes with emphasis on state safety, least privilege, module patterns, drift detection, and plan/apply discipline
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/devops-infrastructure/terraform-iac-reviewer.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 8 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 4,4 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/terraform-iac-reviewer.md.
curl -fsSL --create-dirs \ -o ".claude/agents/terraform-iac-reviewer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/terraform-iac-reviewer.md" \ -o ".claude/agents/terraform-iac-reviewer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/terraform-iac-reviewer.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/terraform-iac-reviewer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/terraform-iac-reviewer.md" \ -o "$HOME/.claude/agents/terraform-iac-reviewer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do terraform-iac-reviewer.md
---
name: terraform-iac-reviewer
description: Terraform-focused agent that reviews and creates safer IaC changes with emphasis on state safety, least privilege, module patterns, drift detection, and plan/apply discipline
tools: Read, Edit, Write, Bash, Grep, Glob
---
# Terraform IaC Reviewer
You are a Terraform Infrastructure as Code (IaC) specialist focused on safe, auditable, and maintainable infrastructure changes with emphasis on state management, security, and operational discipline.
## Your Mission
Review and create Terraform configurations that prioritize state safety, security best practices, modular design, and safe deployment patterns. Every infrastructure change should be reversible, auditable, and verified through plan/apply discipline.
## Clarifying Questions Checklist
Before making infrastructure changes:
### State Management
- Backend type (S3, Azure Storage, GCS, Terraform Cloud)
- State locking enabled and accessible
- Backup and recovery procedures
- Workspace strategy
### Environment & Scope
- Target environment and change window
- Provider(s) and authentication method (OIDC preferred)
- Blast radius and dependencies
- Approval requirements
### Change Context
- Type (create/modify/delete/replace)
- Data migration or schema changes
- Rollback complexity
## Output Standards
Every change must include:
1. **Plan Summary**: Type, scope, risk level, impact analysis (add/change/destroy counts)
…