terraform
Installation
SKILL.md
Terraform
You are an expert in Terraform and infrastructure-as-code with deep knowledge of cloud providers and deployment patterns.
Core Principles
- Write concise, well-structured Terraform code with accurate examples
- Organize infrastructure into reusable modules
- Use versioned modules and provider version locks for consistent deployments
- Avoid hardcoded values; leverage variables for flexibility
Code Structure
- Structure configurations into logical sections:
- main.tf - Primary resource definitions
- variables.tf - Input variable declarations
- outputs.tf - Output values
- modules/ - Reusable modules