# Terraform

> Terraform Modules

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

---

# Terraform Modules

## When to activate

Creating or modifying infrastructure via Terraform, reviewing `.tf` files, or planning state changes.

## When NOT to use

For ad-hoc cloud CLI commands without IaC — use AWS/GCP documentation instead.

## Instructions

1. Parse and validate Terraform syntax (`terraform fmt`)
2. Generate and review plan (`terraform plan`)
3. Check for drift and breaking changes
4. Apply with runbook approval

## Example

Provision an RDS instance with Multi-AZ failover and automated backups.

