terraform-ecs
Installation
SKILL.md
Terraform ECS Cluster Provisioning
Production-ready patterns for provisioning AWS ECS clusters with Terraform using the official terraform-aws-modules/ecs module.
Quick Reference
| Command | Description |
|---|---|
terraform init |
Initialize Terraform working directory |
terraform plan |
Preview infrastructure changes |
terraform apply |
Create/update ECS cluster |
terraform destroy |
Delete ECS cluster and resources |
aws ecs list-clusters |
List all ECS clusters |
terraform output |
View cluster outputs |