2017-03-25 18:13:52 -04:00
|
|
|
---
|
2017-06-14 21:04:16 -04:00
|
|
|
description: |
|
2020-03-18 18:46:47 -04:00
|
|
|
Builders are responsible for creating machines and generating images from them
|
|
|
|
for various platforms.
|
2017-03-25 18:13:52 -04:00
|
|
|
page_title: Builders
|
2020-04-02 19:39:47 -04:00
|
|
|
sidebar_title: Builders
|
2017-03-25 18:13:52 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
# Builders
|
|
|
|
|
|
|
|
Builders are responsible for creating machines and generating images from them
|
2018-10-26 20:02:51 -04:00
|
|
|
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.
|
2017-03-25 18:13:52 -04:00
|
|
|
|
2021-02-11 08:21:06 -05:00
|
|
|
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
|
2017-03-25 18:13:52 -04:00
|
|
|
builder has its own configuration options and parameters.
|
2021-02-11 08:21:06 -05:00
|
|
|
|