* Makefile now builds with new env vars

This commit is contained in:
2022-04-22 22:41:00 -07:00
parent 87f7daed2b
commit b9759b38f6
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
plan=out.plan
SHELL := /bin/bash
build:
terraform plan -out $(plan)
source secrets/set-env.sh && terraform plan -out $(plan)
test:
terraform validate