hashicorp / packer-plugin-amazon

Packer plugin for Amazon AMI Builder
https://www.packer.io/docs/builders/amazon
Mozilla Public License 2.0
69 stars 104 forks source link

GNUmakefile: make dev uses packer for install #468

Closed lbajolet-hashicorp closed 2 months ago

lbajolet-hashicorp commented 3 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.