mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-23 15:18:40 -04:00
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * Migrating links to new format * Updating docs-content-check-legacy-links-format hash * chore: update source * Update generated partials from Packer plugin SDK * Bump packer-plugin-sdk to get latest packer-sdc * Update website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx * Update Plugin SDK to fix shell-local regression --------- Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com> Co-authored-by: Wilken Rivera <wilken@hashicorp.com> Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>
13 lines
601 B
Text
13 lines
601 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](/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"
|