terraform-helper
Installation
SKILL.md
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
| Command | Description |
|---|---|
resource |
Generate a Terraform resource configuration |
module |
Create a reusable Terraform module |
vpc |
Generate VPC/networking configuration |
compute |
Generate compute instance (EC2/GCE/VM) config |
database |
Generate managed database (RDS/CloudSQL/Azure SQL) config |
storage |
Generate storage (S3/GCS/Blob) configuration |
iam |
Generate IAM roles, policies, and permissions |
k8s |
Generate managed Kubernetes cluster config |
backend |
Generate remote state backend configuration |
variables |
Generate variables.tf and terraform.tfvars templates |