2020-04-09 11:14:37 +02:00
|
|
|
<!-- Code generated from the comments of the Config struct in post-processor/manifest/post-processor.go; DO NOT EDIT MANUALLY -->
|
|
|
|
|
2020-07-13 06:33:16 -04:00
|
|
|
- `output` (string) - The manifest will be written to this file. This defaults to
|
|
|
|
`packer-manifest.json`.
|
|
|
|
|
|
|
|
- `strip_path` (bool) - Write only filename without the path to the manifest file. This defaults
|
|
|
|
to false.
|
|
|
|
|
|
|
|
- `strip_time` (bool) - Don't write the `build_time` field from the output.
|
|
|
|
|
|
|
|
- `custom_data` (map[string]string) - Arbitrary data to add to the manifest. This is a [template
|
2021-01-27 09:08:59 -05:00
|
|
|
engine](https://packer.io/docs/templates/legacy_json_templates/engine.html). Therefore, you
|
2020-07-13 06:33:16 -04:00
|
|
|
may use user variables and template functions in this field.
|
2021-04-16 11:52:03 +02:00
|
|
|
|
|
|
|
<!-- End of code generated from the comments of the Config struct in post-processor/manifest/post-processor.go; -->
|