UpCloudLtd / packer-plugin-upcloud

A suite of Packer plugins for provisioning UpCloud servers
https://github.com/UpCloudLtd/packer-plugin-upcloud
MIT License
4 stars 7 forks source link

Makefile: make dev uses packer for install #59

Open lbajolet-hashicorp opened 6 months ago

lbajolet-hashicorp commented 6 months ago

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.