Add refresh make target

This commit is contained in:
IamTheFij 2024-01-16 14:04:44 -08:00
parent 7b019e0787
commit 3491c1f679
1 changed files with 5 additions and 0 deletions

View File

@ -87,6 +87,11 @@ apply:
-auto-approve \
-var "nomad_secret_id=$(shell jq -r .SecretID nomad_bootstrap.json)" \
.PHONY: refresh
refresh:
@terraform refresh \
-var "nomad_secret_id=$(shell jq -r .SecretID nomad_bootstrap.json)" \
.PHONY: clean
clean:
env VIRTUAL_ENV=$(VENV) $(VENV)/bin/ansible-playbook -vv \