Complete terraform toolkit with generation and validation capabilities
73
91%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
This directory contains reusable Terraform project templates that can be copied and customized for different use cases.
A minimal Terraform project structure with:
Use when: Starting a new Terraform project from scratch
How to use: Copy the entire minimal-project/ directory to your desired location and customize the files as needed.
To use a template, copy its directory to your project location:
cp -r .claude/skills/terraform-generator/assets/minimal-project/ ./my-terraform-project/
cd my-terraform-project
cp terraform.tfvars.example terraform.tfvars
# Edit terraform.tfvars with your values
terraform initAll templates are designed to be starting points. You should:
versions.tfmain.tfvariables.tf as neededoutputs.tfterraform.tfvars