Summary
This blog post covers a useful pattern for incorporating terraform commands into a Makefile.
This is useful for cases where terraform is being used to manage infrastructure. In the end you will be able to run a command like
make plan-infra
make deploy-infra
and and have this call the …