* 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
|
msg
|
||||||
*.swp
|
*.swp
|
||||||
|
infra/secrets/
|
||||||
infra/.terraform
|
infra/.terraform
|
||||||
infra/.terraform.lock.hcl
|
infra/.terraform.lock.hcl
|
||||||
infra/terraform.tfvars
|
infra/terraform.tfvars
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
plan=out.plan
|
plan=out.plan
|
||||||
|
|
||||||
|
SHELL := /bin/bash
|
||||||
|
|
||||||
build:
|
build:
|
||||||
terraform plan -out $(plan)
|
source secrets/set-env.sh && terraform plan -out $(plan)
|
||||||
|
|
||||||
test:
|
test:
|
||||||
terraform validate
|
terraform validate
|
||||||
|
Loading…
Reference in New Issue
Block a user