* Makefile now builds with new env vars
This commit is contained in:
parent
87f7daed2b
commit
b9759b38f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
msg
|
||||
*.swp
|
||||
infra/secrets/
|
||||
infra/.terraform
|
||||
infra/.terraform.lock.hcl
|
||||
infra/terraform.tfvars
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user