Files

15 lines
655 B
Plaintext
Raw Permalink Normal View History

---
2017-06-14 18:04:16 -07:00
description: |
2020-03-18 18:46:47 -04:00
Post-processors run after the image is built by the builder and provisioned by
the provisioner(s).
page_title: Post-Processors
---
# Post-Processors
2022-09-14 16:16:39 -04:00
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.
2023-01-27 11:47:08 -06:00
Refer to the [`post-processor`](/packer/docs/templates/hcl_templates/blocks/build/post-processor) and
[`post-processors`](/packer/docs/templates/hcl_templates/blocks/build/post-processors)
2022-09-14 16:16:39 -04:00
blocks documentation to learn more about working with post-processors.