mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-21 22:26:59 -04:00
18 lines
1.1 KiB
Text
18 lines
1.1 KiB
Text
---
|
|
description: |
|
|
Plugins are installable components of Packer
|
|
page_title: Packer plugins
|
|
---
|
|
|
|
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
|
|
> [!IMPORTANT]
|
|
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
|
|
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
|
|
|
|
# External Packer Plugins
|
|
|
|
External Packer plugins are standalone applications that extend Packer functionality without modifying the core source code. Plugins can add new components to Packer, such as builders, provisioners, post-processors, and data sources. Refer to [Packer Plugins](/packer/docs/plugins) for details about installing and developing external plugins.
|
|
|
|
This section contains the documentation for available external Packer plugins.
|
|
|
|
@include "plugins/plugin-tiers-and-namespaces.mdx"
|