mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 23:41:41 -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 <[email protected]> Co-authored-by: Wilken Rivera <[email protected]>
16 lines
580 B
Plaintext
16 lines
580 B
Plaintext
---
|
|
description: |
|
|
Packer is extensible, allowing you to write new builders without having to
|
|
modify the core source code of Packer itself. Documentation for creating new
|
|
builders is covered in the custom builders page of the Packer plugin section.
|
|
page_title: Custom - Builders
|
|
---
|
|
|
|
# Custom Builder
|
|
|
|
Packer is extensible, allowing you to write new builders without having to
|
|
modify the core source code of Packer itself. Documentation for creating new
|
|
builders is covered in the [custom
|
|
builders](/docs/plugins/creation/custom-builders) page of the Packer plugin
|
|
section.
|