mirror of https://github.com/hashicorp/packer
When testing a packer build or validate, one common use case is to check which plugins are loaded and used by Packer to run a command. This is generally done through Grep, but repeating the same pattern can be redundant, and if the output changes, all those need to be updated. Therefore, this commit introduces a PluginsUsed gadget, which can be orchestrated to ensure a plugin is used, or not used, allowing to check for multiple plugins at once.pull/13147/head
parent
6b158c5c24
commit
ded0500109
Loading…
Reference in new issue