github.com/hashicorp/packer@v1.14.3/website/content/docs/post-processors/index.mdx (about)

     1  ---
     2  description: |
     3    Post-processors are programs that you can run after Packer builds and provisions an image. Use post-processors to upload artifacts and repackage files.
     4  page_title: Post-processors overview
     5  ---
     6  
     7  # Post-processors overview
     8  
     9  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.
    10  
    11  Refer to the [`post-processor`](/packer/docs/templates/hcl_templates/blocks/build/post-processor) and
    12  [`post-processors`](/packer/docs/templates/hcl_templates/blocks/build/post-processors)
    13  blocks documentation to learn more about working with post-processors.