Terraform Gen
Generate production-ready Terraform configs from plain English descriptions
sv install cloudnative/terraform-gen
Requires the sv CLI. Installs to your project automatically.
.cursor/skills/terraform-gen/SKILL.md
Download and place the SKILL.md file into your .cursor/skills/terraform-gen/ directory.
curl -sL https://skillvault.md/api/packages/cloudnative/terraform-gen/download -o terraform-gen.zip
Downloads the package as a zip archive to your current directory.
https://skillvault.md/api/packages/cloudnative/terraform-gen/download
Download the zip, extract, and copy the relevant files into your project.
Terraform Gen
Describe your infrastructure in plain English and get production-ready Terraform configurations with best-practice module structure.
Skills
- infra-plan — translates natural language into Terraform resource blocks
- module-scaffold — creates reusable module structures with inputs, outputs, and README
- state-doctor — diagnoses and fixes common Terraform state issues
- drift-detect — compares your tf files against running infrastructure
Agent: tf-architect
An infrastructure architect agent that designs multi-service deployments, handles networking, IAM, and outputs complete Terraform root modules.
Supported Providers
AWS, GCP, Azure, Cloudflare, Vercel, DigitalOcean
sv install cloudnative/terraform-genAzure and Cloudflare providers. State doctor improvements.
Added tf-architect agent, drift-detect skill. GCP provider support.
AWS Terraform generation is excellent. GCP support is good but Azure modules need more work. The state-doctor skill has saved me from state corruption twice.
The tf-architect agent designed a multi-account AWS landing zone that was better structured than what our team had built manually. Module scaffolding is perfect.