terraform-helper

Unknown: help. Use when you need terraform helper capabilities. Triggers on: terraform helper, provider, resource, name, region, no-vars.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "terraform-helper" with this command: npx skills add ckchzh/terraform-helper

terraform-helper

Generate production-ready Terraform (HCL) configurations for AWS, GCP, and Azure cloud resources. Supports VPC networking, compute instances, databases, storage, IAM, Kubernetes clusters, load balancers, DNS, and CDN. Generates modular configurations with variables, outputs, state management, and follows HashiCorp best practices for code organization, naming conventions, and security hardening.

Commands

CommandDescription
resourceGenerate a Terraform resource configuration
moduleCreate a reusable Terraform module
vpcGenerate VPC/networking configuration
computeGenerate compute instance (EC2/GCE/VM) config
databaseGenerate managed database (RDS/CloudSQL/Azure SQL) config
storageGenerate storage (S3/GCS/Blob) configuration
iamGenerate IAM roles, policies, and permissions
k8sGenerate managed Kubernetes cluster config
backendGenerate remote state backend configuration
variablesGenerate variables.tf and terraform.tfvars templates

Usage

# Generate AWS VPC with subnets
terraform-helper vpc --provider aws --cidr "10.0.0.0/16" --azs 3

# Generate EC2 instance
terraform-helper compute --provider aws --type t3.medium --ami ubuntu

# Generate RDS PostgreSQL
terraform-helper database --provider aws --engine postgres --version 15 --size db.t3.medium

# Generate S3 bucket with versioning
terraform-helper storage --provider aws --versioning --encryption

# Generate IAM role for ECS
terraform-helper iam --provider aws --service ecs --policy readonly

# Generate EKS cluster
terraform-helper k8s --provider aws --version 1.28 --nodes 3

# Generate reusable module
terraform-helper module --name "web-app" --resources "ec2,rds,alb"

# Generate backend config
terraform-helper backend --provider aws --bucket my-tf-state

Examples

AWS Full Stack

terraform-helper vpc --provider aws --cidr "10.0.0.0/16"
terraform-helper compute --provider aws --type t3.medium
terraform-helper database --provider aws --engine postgres

GCP Kubernetes Setup

terraform-helper k8s --provider gcp --version 1.28 --nodes 5

Azure Web App

terraform-helper compute --provider azure --type Standard_B2s
terraform-helper database --provider azure --engine postgres

Features

  • Multi-cloud — AWS, GCP, and Azure support
  • Modular design — Reusable modules with clear interfaces
  • State management — Remote backend configurations
  • Security — IAM least-privilege, encryption, network isolation
  • Variables — Parameterized configs with sensible defaults
  • Outputs — Useful output values for cross-module references
  • Best practices — HashiCorp recommended patterns

Keywords

terraform, infrastructure as code, iac, aws, gcp, azure, cloud, hcl, devops, provisioning, infrastructure, modules

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Ui Component

UI组件HTML/CSS代码生成。表单、表格、卡片、模态框、导航栏,输出完整可运行HTML文件。UI component generator: form, table, card, modal, navbar as standalone HTML files. Use when you need ui compo...

Registry SourceRecently Updated
1961Profile unavailable
General

Video Script Creator

Short video script generator. 短视频脚本生成器、视频脚本、抖音文案、抖音脚本、快手脚本、口播稿、视频拍摄脚本、YouTube脚本、YouTube Shorts脚本、B站脚本、bilibili脚本、分镜脚本、视频大纲、视频文案、短视频创作、Reels脚本、TikTok脚本、vlog脚本...

Registry SourceRecently Updated
4501Profile unavailable
General

Gdpr Checker

GDPR合规检查。合规审计、用户同意、数据权利、泄露响应、DPA、检查清单。GDPR compliance checker. GDPR、数据保护。

Registry SourceRecently Updated
1760Profile unavailable
General

Trivia Quiz

知识问答。随机冷知识、分类问答、高难度挑战、趣味事实、每日一题。Trivia quiz with fun facts, challenges. 冷知识、问答、知识竞赛。

Registry SourceRecently Updated
1640Profile unavailable