From 3491c1f679760da129523af889dd6c0448ee4fb8 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 16 Jan 2024 14:04:44 -0800 Subject: [PATCH] Add refresh make target --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index f7ff008..24695ce 100644 --- a/Makefile +++ b/Makefile @@ -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 \