Plugins installed via packer plugins install
are not loaded without a required_plugins block
#11697
Labels
packer plugins install
are not loaded without a required_plugins block
#11697
Plugins installed via
packer plugins install
are not loaded without a required_plugins blockUpon installing a plugin via
packer plugins install
it was found that the plugin is usable for HCL2 template builds only if the required plugins block is specified in the HCL build template.Since the plugins command can be used for installing external plugins I would expect the plugin to be found regardless of the build template type.Reproduction Steps
packer plugins install github.com/sylviamoss/comment
packer build source.json
Build Template: source.json.pkr.hcl
Expected Results
Actual Results
Adding a required plugin block for the comment provisioner fixes issue.
The text was updated successfully, but these errors were encountered: