diff --git a/website/content/docs/builders/index.mdx b/website/content/docs/builders/index.mdx index 322a6005f..18f1f5c4e 100644 --- a/website/content/docs/builders/index.mdx +++ b/website/content/docs/builders/index.mdx @@ -10,7 +10,7 @@ page_title: 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. +also be extended to add new builders. See [`plugins`](/plugins) for a list of plugins and their builders. See the [`source`](/docs/templates/hcl_templates/blocks/source) block documentation to learn more about configuring builders in the Packer language.