mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-28 09:39:58 -04:00
* Update content for devdot * more edits * Update website/content/docs/templates/hcl_templates/blocks/index.mdx * Update website/content/docs/provisioners/index.mdx * Update website/content/docs/datasources/index.mdx
14 lines
641 B
Text
14 lines
641 B
Text
---
|
|
description: |
|
|
Post-processors run after the image is built by the builder and provisioned by
|
|
the provisioner(s).
|
|
page_title: Post-Processors
|
|
---
|
|
|
|
# Post-Processors
|
|
|
|
Post-processors run after builders and provisioners. Post-processors are optional, and you can use them to upload artifacts, re-package files, and more. The documentation includes a page for each type of post-processor.
|
|
|
|
Refer to the [`post-processor`](/docs/templates/hcl_templates/blocks/build/post-processor) and
|
|
[`post-processors`](/docs/templates/hcl_templates/blocks/build/post-processors)
|
|
blocks documentation to learn more about working with post-processors.
|