mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 06:51:39 -04:00
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * Migrating links to new format * Updating docs-content-check-legacy-links-format hash * chore: update source * Update generated partials from Packer plugin SDK * Bump packer-plugin-sdk to get latest packer-sdc * Update website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx * Update Plugin SDK to fix shell-local regression --------- Co-authored-by: Kendall Strautman <[email protected]> Co-authored-by: Wilken Rivera <[email protected]> Co-authored-by: Kendall Strautman <[email protected]>
15 lines
655 B
Plaintext
15 lines
655 B
Plaintext
---
|
|
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`](/packer/docs/templates/hcl_templates/blocks/build/post-processor) and
|
|
[`post-processors`](/packer/docs/templates/hcl_templates/blocks/build/post-processors)
|
|
blocks documentation to learn more about working with post-processors.
|