github.com/hashicorp/packer@v1.14.3/website/content/partials/post-processor/manifest/Config-not-required.mdx (about)

     1  <!-- Code generated from the comments of the Config struct in post-processor/manifest/post-processor.go; DO NOT EDIT MANUALLY -->
     2  
     3  - `output` (string) - The manifest will be written to this file. This defaults to
     4    `packer-manifest.json`.
     5  
     6  - `strip_path` (bool) - Write only filename without the path to the manifest file. This defaults
     7    to false.
     8  
     9  - `strip_time` (bool) - Don't write the `build_time` field from the output.
    10  
    11  - `custom_data` (map[string]string) - Arbitrary data to add to the manifest. This is a [template
    12    engine](/packer/docs/templates/legacy_json_templates/engine). Therefore, you
    13    may use user variables and template functions in this field.
    14  
    15  <!-- End of code generated from the comments of the Config struct in post-processor/manifest/post-processor.go; -->