Update vagrant.mdx (#9215)

If the `output_dir` is not set, the folder will be set to `output-` plus buildname.
This commit is contained in:
Kennith Leung 2020-05-13 01:17:26 -07:00 committed by GitHub
parent cccf74d755
commit 6a1737847d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ the Compress post-processor will not work with this builder.
- `output_dir` (string) - The directory to create that will contain
your output box. We always create this directory and run from inside of it to
prevent Vagrant init collisions. If unset, it will be set to `packer-` plus
prevent Vagrant init collisions. If unset, it will be set to `output-` plus
your buildname.
- `box_name` (string) - if your source_box is a boxfile that we need to add