Terraform-sample

This repository will help in setting up terraform and creating a minimal AWS EC2 Instance

$ cd installer/ $ ./tf-installer.sh

$ cd tf-scripts/ $ terraform init $ terraform plan -out myplan.out $ terraform apply