terraform-service-scaffold
Installation
SKILL.md
Terraform Service Scaffold
Generates a complete service-level Terraform structure with live orchestration, reusable modules, environment configs, and CI/CD workflow.
When to Use
- Adding Terraform to a new service repository
- Bootstrapping service infrastructure from scratch
- Setting up a new microservice with standard cloud resources
Process
1. Gather Requirements
Ask the user:
- Service name (e.g.,
{service}) - Container host: ECS or EKS
- Resources needed: RDS, Redis, S3, SQS, or combination
- Environments: which environments to scaffold (default: dev)