This is a comprehensive Terraform reference that covers everything from basic configuration and state management to production-ready AWS infrastructure patterns. You get working examples of VPC networking with public and private subnets, EC2 instances using both count and for_each, RDS setup, and proper security group configurations. It includes validation rules, dynamic blocks, lifecycle management, and backend configuration with S3 and DynamoDB for state locking. The code samples are thorough enough that you can actually lift patterns directly into your own infrastructure without much modification. Best suited for teams building or maintaining multi-environment AWS deployments where you need reliable, battle-tested Terraform patterns rather than starting from scratch.
npx skills add https://github.com/personamanagmentlayer/pcl --skill terraform-expert