A solid foundation for managing cloud infrastructure with Terraform that covers the essentials: remote state with S3 and DynamoDB locking, multi-cloud provider setup, and modular architecture. The reference guides walk through AWS infrastructure modules, variable management, and deployment scripts. This is most useful if you're setting up Terraform for the first time or standardizing how your team handles infrastructure as code across environments. The best practices section is actually helpful, emphasizing state management and module organization over superficial advice. It won't teach you Terraform from scratch, but it gives you a reasonable starting structure and keeps you from common mistakes like local state files or hardcoded values.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill terraform-infrastructure