Zachary Shilton 830140157d
website: remove obselete nav data (#10811)
* website: remove obselete sidebar_title frontmatter from docs

* website: bump to latest docs-page

* website: update plugin creation and registration docs

* website: fix broken links
2021-03-31 15:07:00 -04:00

19 lines
713 B
Plaintext

---
description: |
Builders are responsible for creating machines and generating images from them
for various platforms.
page_title: Builders
---
# Builders
Builders are responsible for creating machines and generating images from them
for various platforms. For example, there are separate builders for EC2,
VMware, VirtualBox, etc. Packer comes with many builders by default, and can
also be extended to add new builders.
See the [`source`](/docs/templates/hcl_templates/blocks/source) block documentation to learn more
about configuring builders in the Packer language.
For information on an individual builder, choose it from the sidebar. Each
builder has its own configuration options and parameters.