This project is purpose to understand more about the Terraform
I used aws provider to create 3 modules
- vpc
- ec2
- ssh_key
Create aws profile in ~/.aws/credentials
Run command line
terraform init
terraform plan -v "profile=YOUR_PROFILE_NAME"
terraform apply -v "profile=YOUR_PROFILE_NAME"