diff --git a/Makefile b/Makefile index 24695ce..eefd19b 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,11 @@ refresh: @terraform refresh \ -var "nomad_secret_id=$(shell jq -r .SecretID nomad_bootstrap.json)" \ +.PHONY: destroy +destroy: + @terraform destroy \ + -var "nomad_secret_id=$(shell jq -r .SecretID nomad_bootstrap.json)" \ + .PHONY: clean clean: env VIRTUAL_ENV=$(VENV) $(VENV)/bin/ansible-playbook -vv \