From 4e6bc662f739287935f9ac299c6c8a592439b6eb Mon Sep 17 00:00:00 2001 From: Lucas Bajolet <105649352+lbajolet-hashicorp@users.noreply.github.com> Date: Mon, 18 Mar 2024 06:19:22 -0400 Subject: [PATCH] GNUmakefile: make dev uses packer for install (#151) 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 25c3d94..d07a01e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,6 @@ NAME=scaleway BINARY=packer-plugin-${NAME} +PLUGIN_FQN="$(shell grep -E '^module'