Initial testing to use Terraform with AWS, to see what I can make from a few sources. I'm building this out while studying for AWS SysOps Associate exam.
There are several terraform files to describe each kind of resource with a variable file to hold all the specific values used. Here's a diagram of what I built:

- The French guy's class on SysOps
- Hashicorp Getting Started
- ec2 with ssh access
- vpc in terraform
- public and private subnets in terraform
- terraform and cidrs
Things I had to do to get this so it would work-
- Get AWS account
- Make IAM user and save key and secret
- Download AWS CLI and Terraform
- Import-Module aws PowerShell
- Run configuration tool to get my secret loaded into AWS CLI
- Add Terraform to Windows PATH
After I did all that, and probably the PowerShell stuff isn't needed, I'm able to run the code in this repo against AWS and make stuff!