website/content/docs/plugins/index.mdx
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
[!IMPORTANT]
Documentation Update: Product documentation previously located in/websitehas moved to thehashicorp/web-unified-docsrepository, where all product documentation is now centralized. Please make contributions directly toweb-unified-docs, since changes to/websitein this repository will not appear on developer.hashicorp.com. ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
Starting August 1st, 2025, the source for many official HashiCorp-maintained Packer plugins is moving from GitHub releases to the official HashiCorp release site, releases.hashicorp.com. Refer to Install HashiCorp-maintained plugins for more information.
</Note>This topic provides overview information about installing and loading Packer plugins. Plugins are standalone applications that perform additional tasks during each build.
The Packer binary includes a set of built-in components that are automatically usable. You can also install external plugins for Packer to run and communicate with throughout the build. These external plugins extend Packer functionality without modifying the core source code. Packer launches one plugin process for each component in the build.
To use a plugin with Packer, you must install the plugin code and its SHA256SUM file into the Packer plugins directory. Refer to Installing Plugins for instructions. If you are unable to use an installed plugin refer to the Plugin Loading - Specification for details on how Packer discovers and loads plugins.
Packer stores external plugins that are downloaded during initialization into the plugins directory. The default plugins directory is $HOME/.config/packer/plugins on Unix and %APPDATA%\packer.d\plugins on Windows. Refer to PACKER_PLUGIN_PATH in the configuration reference for additional information.
Refer to the following plugin documentation for details about the plugin installation process:
Refer to Installing Plugins for instructions on adding external plugins to your Packer template and installing the binaries.
Refer to the Packer Integrations documentation to learn about the available external plugins not included with the Packer binary.
Refer to the Developing Plugins to learn how to create custom external plugins.