mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-15 22:20:33 -04:00
* website: fix broken links on /docs/templates * fix: redirected install-plugins link * fix: debugging link * fix: secrets manager link in docs * fix: secrets manager link in source * fix: amazon ami plugin link in docs * fix: amazon ami plugin link in source * fix: extending plugins link * fix: plugins/builders/amazon links * fix: various builders links * fix: various amazon builder links * fix: redirected terminology link * fix: custom-provisioners link * fix: docker-push redirected plugin link * fix: googlecompute plugin links * fix: hyperv iso plugin links * website: update link to hcl upgrade guide Co-authored-by: Wilken Rivera <wilken@hashicorp.com> Co-authored-by: Wilken Rivera <wilken@hashicorp.com>
16 lines
618 B
Text
16 lines
618 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](/docs/plugins/creation/custom-provisioners) page of the Packer
|
|
plugin section.
|