Analyze Terraform .tf files locally: list resources, check config, preview changes
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill terraform_plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Terraform Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-terraform-plan)More formats (shields.io, HTML) on the badges page.
---
name: terraform-plan
description: Analyze Terraform .tf files locally: list resources, check config, preview changes
activation_keywords: [terraform, tf, plan, infrastructure, iac, hcl, resource, module]
execution_mode: client
---
# Terraform Plan Skill
Provides read-only local Terraform file analysis:
- Scan .tf files and list all resources to be created
- Show providers and modules used
- Validate HCL syntax
- Summarize infrastructure changes
Use `builtin_terraform_plan` tool with fields:
- `operation`: one of "resources", "providers", "modules", "validate", "summary"
- `path`: path to terraform directory (default: current directory)
Note: Does NOT require terraform CLI installed. Parses .tf files directly.
All operations are read-only.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!