diff --git a/website/source/docs/post-processors/manifest.html.md b/website/source/docs/post-processors/manifest.html.md index 2130c53a4..7de60c0a7 100644 --- a/website/source/docs/post-processors/manifest.html.md +++ b/website/source/docs/post-processors/manifest.html.md @@ -21,7 +21,7 @@ You can specify manifest more than once and write each build to its own file, or ### Optional: -- `filename` (string) The manifest will be written to this file. This defaults to `packer-manifest.json`. +- `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. ### Example Configuration @@ -33,7 +33,7 @@ You can simply add `{"type":"manifest"}` to your post-processor section. Below i "post-processors": [ { "type": "manifest", - "filename": "manifest.json", + "output": "manifest.json", "strip_path": true } ]