mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-18 21:19:22 -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>
16 lines
625 B
Text
16 lines
625 B
Text
---
|
|
description: |
|
|
Packer is extensible, allowing you to write new provisioners without having to
|
|
modify the core source code of Packer itself. Documentation for creating new
|
|
provisioners is covered in the custom provisioners page of the Packer plugin
|
|
section.
|
|
page_title: Custom - Provisioners
|
|
---
|
|
|
|
# Custom Provisioner
|
|
|
|
Packer is extensible, allowing you to write new provisioners without having to
|
|
modify the core source code of Packer itself. Documentation for creating new
|
|
provisioners is covered in the [custom
|
|
provisioners](/packer/docs/plugins/creation/custom-provisioners) page of the Packer
|
|
plugin section.
|