From jeremylongshore-claude-code-plugins-plus-skills
Creates Terraform module configurations with best practices and validation. Auto-activates for Terraform module creation tasks in DevOps Advanced workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:terraform-module-creatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for terraform module creator tasks within the DevOps Advanced domain.
This skill provides automated assistance for terraform module creator tasks within the DevOps Advanced domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with terraform module creator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the DevOps Advanced skill category. Tags: kubernetes, terraform, helm, monitoring, iac
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skillsBuilds reusable Terraform modules for AWS, GCP, Azure resources with variables, outputs, validations, security best practices, examples, and auto-generated README docs.
Creates or extends reusable Terraform modules with standard structure including variables.tf, outputs.tf, resource-per-file, versions.tf, and README docs. Use for new infrastructure modules or refactoring inline resources.
Provides a structured workflow for Terraform infrastructure as code, covering resource provisioning, module creation, state management, multi-environment deployments, and CI/CD integration.