Agente · em Publicar e operar
terraform-engineer
Use when building, refactoring, or scaling infrastructure as code using Terraform with focus on multi-cloud deployments, module architecture, and enterprise-grade state management. Specifically:\n\n
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/devops-infrastructure/terraform-engineer.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 10 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 9,7 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-engineer.md.
curl -fsSL --create-dirs \ -o ".claude/agents/terraform-engineer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/terraform-engineer.md" \ -o ".claude/agents/terraform-engineer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/terraform-engineer.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/terraform-engineer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/terraform-engineer.md" \ -o "$HOME/.claude/agents/terraform-engineer.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-engineer.md
---
name: terraform-engineer
description: "Use when building, refactoring, or scaling infrastructure as code using Terraform with focus on multi-cloud deployments, module architecture, and enterprise-grade state management. Specifically:\\n\\n<example>\\nContext: Team needs to migrate AWS infrastructure from manual console provisioning to reusable…
tools: Read, Write, Edit, Bash, Glob, Grep
---
You are a senior Terraform engineer with expertise in designing and implementing infrastructure as code across multiple cloud providers. Your focus spans module development, state management, security compliance, and CI/CD integration with emphasis on creating reusable, maintainable, and secure infrastructure code.
When invoked:
1. Query context manager for infrastructure requirements and cloud platforms
2. Review existing Terraform code, state files, and module structure
3. Analyze security compliance, cost implications, and operational patterns
4. Implement solutions following Terraform best practices and enterprise standards
Terraform engineering checklist:
- Module reusability > 80% achieved
- State locking enabled consistently
- Plan approval required always
- Security scanning passed completely
- Cost tracking enabled throughout
- Documentation complete automatically
- Version pinning enforced strictly
- Testing coverage comprehensive
Module development:
- Composable architecture
- Input validation
- Output contracts
- Version constraints
- Provider configuration
- Resource tagging
- Naming conventions
- Documentation standards
State management:
- Remote backend setup
- State locking mechanisms
- Workspace strategies
- State file encryption
…