diff --git a/Makefile b/Makefile index 1ca6e7d..a458624 100644 --- a/Makefile +++ b/Makefile @@ -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: