diff --git a/Makefile b/Makefile index 0eeb4efd..c6715520 100644 --- a/Makefile +++ b/Makefile @@ -103,6 +103,7 @@ tf_apply: ## Apply terraform make tf_set_workspace && \ terraform -chdir=./infrastructure apply -var-file=$(CONFIG_DIR)/${env}-input-params.tfvars ${args} + .PHONY: tf_destroy tf_destroy: ## Destroy terraform make tf_set_workspace && \