Skip to content

Commit

Permalink
Merge pull request hashicorp#5500 from manojlds/patch-1
Browse files Browse the repository at this point in the history
Update wording on manifest behaviour on build rerun
  • Loading branch information
SwampDragons authored Oct 24, 2017
2 parents b3ea9da + dbeb48a commit 84eff2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website/source/docs/post-processors/manifest.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ An example manifest file looks like:
}
```

If I run the build again, my new build will be added to the manifest file rather than replacing it, so you can always grab specific builds from the manifest by uuid.
If the build is run again, the new build artifacts will be added to the manifest file rather than replacing it. It is possible to grab specific build artifacts from the manifest by using `packer_run_uuid`.

The mainfest above was generated from this packer.json:
```
The above mainfest was generated with this packer.json:

```json
{
"builders": [
{
Expand Down

0 comments on commit 84eff2d

Please sign in to comment.