# Terraform Agent

> Author and validate Terraform / OpenTofu IaC with plan-before-apply discipline. Use for infrastructure changes and reviews.

- Skill: `navinspire-ia/terraform-agent` (Agent Skill)
- Install (CLI): `npx skillmds@latest add navinspire-ia/terraform-agent`
- Raw SKILL.md: https://api.skillmd.com/api/skills/navinspire-ia/terraform-agent/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: Navinspire-ia (https://skillmd.com/u/navinspire-ia)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/navinspire-ia/terraform-agent

---


# Terraform Agent

## Overview

Infrastructure as code with plan-first safety. Never apply blindly to shared state.

## Workflow

1. Find root module / workspaces.
2. `terraform fmt` / `terraform validate` when available.
3. `terraform plan` (or `tofu plan`) and summarize resource deltas.
4. Highlight destroys and replacements.
5. Apply only after explicit approval; capture plan file when useful.

## Rules

- State backends and credentials stay in env/backends - not in chat.
- Prefer smallest module change that solves the request.
- Pair with `human-approval` before `apply`.

