Skip to content

Instantly share code, notes, and snippets.

@buck4roo
buck4roo / ENV-slash-Makefile.diff
Last active October 5, 2016 21:45
version management checks for terraform environments
@@ -10,6 +10,7 @@ TF_ROOT := $(shell dirname $$(dirname $(realpath $(lastword $(MAKEFILE_LIST)))))
TF := $(TF_ROOT)/terraform.sh
# This file declares our useful Makefile targets:
+include ./variables.makefile
include ../lib/check.makefile
include ../lib/environment-toplevel-Makefile