ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

terraform-gen

Generate Terraform infrastructure configs. Use when provisioning cloud resources.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lxgicstudios/terraform-gen
Or

Terraform Generator

Terraform syntax is verbose. Describe your infrastructure and get proper .tf files.

One command. Zero config. Just works.

Quick Start

npx ai-terraform "3 EC2 instances behind load balancer"

What It Does

  • Generates Terraform configuration
  • Supports AWS, GCP, Azure
  • Includes variables and outputs
  • Proper resource dependencies

Usage Examples

# AWS setup
npx ai-terraform "3 EC2 instances behind load balancer"

# Database
npx ai-terraform "RDS PostgreSQL with read replica"

# Kubernetes
npx ai-terraform "EKS cluster with 3 node groups"

Best Practices

  • Use modules - reusable infrastructure
  • State in S3 - not local
  • Use variables - no hardcoded values
  • Plan before apply - always review changes

When to Use This

  • Starting new infrastructure
  • Learning Terraform syntax
  • Quick prototyping
  • Generating baseline configs

Part of the LXGIC Dev Toolkit

This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.

Find more:

Requirements

No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.

npx ai-terraform --help

How It Works

Takes your infrastructure description and generates Terraform HCL code with proper resources, variables, and outputs. Understands cloud provider APIs.

License

MIT. Free forever. Use it however you want.

Metadata

Stars1601
Views0
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lxgicstudios-terraform-gen": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.