* Makefile now builds with new env vars

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

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
msg
*.swp
infra/secrets/
infra/.terraform
infra/.terraform.lock.hcl
infra/terraform.tfvars

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