Fix Makefile by removing vault token

This commit is contained in:
IamTheFij 2022-11-22 14:00:52 -08:00
parent 65cb6afaf9
commit 8679cc1635
1 changed files with 0 additions and 2 deletions

View File

@ -86,14 +86,12 @@ init:
plan:
@terraform plan \
-var "nomad_secret_id=$(shell jq -r .SecretID nomad_bootstrap.json)" \
-var "vault_token=$(shell jq -r .root_token vault-keys.json)"
.PHONY: apply
apply:
@terraform apply \
-auto-approve \
-var "nomad_secret_id=$(shell jq -r .SecretID nomad_bootstrap.json)" \
-var "vault_token=$(shell jq -r .root_token vault-keys.json)"
.PHONY: clean
clean: