This was initially created for a talk at Michigan TypeScript Developers. The repository is roughly organized around TypeScript settings, with subfolders for possible values for those settings and ...
Terraform workspaces allow you to manage multiple environments (e.g. dev, staging, prod) within the same codebase. Steps to Create an EC2 Instance Using Workspaces: terraform workspace select dev ...