Working with Terraform and Makefile
For years Makefile was (and still is the best) in building tools which runs on Unix, Linux, and their flavors. For that reason i thought to publish my Makefile for working with Terraform project, that might help you in your next project This assumes 2 thinks. You are working with a local tfstate file and that you will put the Makefile in the same directory as the *.tf files, just to be sure :D »