From 4d93b5524fe78c6fc63438f88ee2ade08f425fb8 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet <105649352+lbajolet-hashicorp@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:11:12 -0400 Subject: [PATCH] GNUmakefile: make dev uses packer for install (#74) When building the development version of the plugin, we now use `packer plugins install` for that instead of moving it to the plugins directory manually. This target will require Packer 1.10.2 and above to function, as prior versions don't support instaling pre-release versions of a plugin with that command. --- GNUmakefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 00705e6..bac60e3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,6 @@ NAME=hyperone BINARY=packer-plugin-${NAME} +PLUGIN_FQN="$(shell grep -E '^module'