What problem does it solve?
This Skill helps teams write consistent, safe, and maintainable Terraform and OpenTofu code by enforcing shared standards for formatting, structure, validation, and state handling.
Core Features & Use Cases
- Style Guidance: Follows the HashiCorp style guide to keep infrastructure code readable and predictable.
- Tooling Recommendations: Promotes formatting, linting, and security checks with Terraform or OpenTofu formatters, TFLint, and tfsec or Checkov.
- IaC Design Practices: Encourages one concern per file, reusable modules, provider version pinning, variable validation, and remote state with locking.
- Use Case: A platform engineer can use this Skill to review a new module and confirm it meets organization standards before merging.
Quick Start
Ask the skill to review your Terraform or OpenTofu module for formatting, structure, validation, security checks, and remote state best practices.