mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-21 06:07:21 -04:00
* feat: extract `/plugins` Co-authored-by: Zachary Shilton <4624598+zchsh@users.noreply.github.com> Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
29 lines
994 B
Text
29 lines
994 B
Text
---
|
|
description: |
|
|
Packer Plugins allow new functionality to be added to Packer without modifying
|
|
the core source code. Packer plugins are able to add new builders,
|
|
provisioners, hooks, and more.
|
|
page_title: Plugins
|
|
---
|
|
|
|
# Packer Plugins
|
|
|
|
Packer Plugins allow new functionality to be added to Packer without modifying
|
|
the core source code. **Packer plugins** are able to add new components to
|
|
Packer, such as **builders**, **provisioners**, **post-processors**, and **data
|
|
sources**.
|
|
|
|
This page documents how to install plugins. You can find a list of available
|
|
plugins in the [Plugins section](/plugins).
|
|
|
|
If you're interested in developing plugins, see the [developing
|
|
plugins](/docs/plugins/creation#developing-plugins) page.
|
|
|
|
If you're a plugin maintainer interested in supporting HCP Packer, see the [HCP
|
|
support](/docs/plugins/hcp-support) page.
|
|
|
|
@include "plugins/how-plugins-work.mdx"
|
|
|
|
@include "plugins/plugin-tiers-and-namespaces.mdx"
|
|
|
|
@include "plugins/installing-plugins.mdx"
|