mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-28 12:31:32 -05:00
* Separate install instructions; add to external plugins * Remove duplicate external plugin link; modify overiew page * Remove unnecessary partials; clean up plugin overview page * cleaning up plugin explanations * final language updates * modify external plugin overview page * Update website/content/docs/plugins/index.mdx Co-authored-by: Wilken Rivera <wilken@hashicorp.com> * Update website/content/docs/plugins/install-plugins.mdx Co-authored-by: Wilken Rivera <wilken@hashicorp.com> * Move HCP Support to under developing plugins * Link HCP Packer support to other dev pages; fix overviews * clean up more language and links * Add External Plugins link to docs sidebar under plugin section * Update website/data/docs-nav-data.json Co-authored-by: Wilken Rivera <wilken@hashicorp.com>
13 lines
594 B
Text
13 lines
594 B
Text
---
|
|
description: |
|
|
Plugins are installable components of Packer
|
|
page_title: Packer plugins
|
|
---
|
|
|
|
# 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](/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"
|