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
Parse and validate Terraform syntax (terraform fmt)
Generate and review plan (terraform plan)
Check for drift and breaking changes
Apply with runbook approval
Example
Provision an RDS instance with Multi-AZ failover and automated backups.
1---2name: terraform-23description: Terraform Modules4---5# Terraform Modules67## When to activate89Creating or modifying infrastructure via Terraform, reviewing `.tf` files, or planning state changes.1011## When NOT to use1213For ad-hoc cloud CLI commands without IaC — use AWS/GCP documentation instead.1415## Instructions16171. Parse and validate Terraform syntax (`terraform fmt`)182. Generate and review plan (`terraform plan`)193. Check for drift and breaking changes204. Apply with runbook approval2122## Example2324Provision an RDS instance with Multi-AZ failover and automated backups.
Run npx skillmds@latest add uitbreidenos/terraform-2 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Terraform Modules It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
UitbreidenOS (@uitbreidenos) published this skill. Their other Agent Skills are listed on their SkillMD profile.