Terraform Control repo built following
As outlines by Charity Majors in : https://charity.wtf/2016/03/30/terraform-vpc-and-why-you-want-a-tfstate-file-per-env/
TLDR, but really, go read the post, it's way better then what I'm going to write here..
- Clone the repo
git clone https://github.com/tfhartmann/terraform-ecs-lunchbot.git
cd
into the base dir for the env you want to work oncd terraform-ecs-lunchbot/env-development/
./init.sh
# to initialize your environmentterraform get
# to load your modulesterraform plan -var-file=development.tfvars
# manage all the things!