terraform-style-check

Originally fromwarpdotdev/oz-skills
Installation
SKILL.md

Terraform Style Guide

Generate and maintain Terraform code following HashiCorp's official style conventions and best practices.

Reference: HashiCorp Terraform Style Guide

Code Generation Strategy

When generating Terraform code:

  1. Start with provider configuration and version constraints
  2. Create data sources before dependent resources
  3. Build resources in dependency order
  4. Add outputs for key resource attributes
  5. Use variables for all configurable values

File Organization

Related skills

More from oldwinter/skills

Installs
10
GitHub Stars
3
First Seen
Feb 22, 2026