2020-03-18 18:46:47 -04:00
|
|
|
<!-- Code generated from the comments of the OutputConfig struct in builder/virtualbox/common/output_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
|
2020-04-02 11:57:46 -04:00
|
|
|
- `output_directory` (string) - This is the path to the directory where the
|
|
|
|
resulting virtual machine will be created. This may be relative or absolute.
|
|
|
|
If relative, the path is relative to the working directory when packer
|
|
|
|
is executed. This directory must not exist or be empty prior to running
|
|
|
|
the builder. By default this is output-BUILDNAME where "BUILDNAME" is the
|
|
|
|
name of the build.
|
2020-04-03 16:15:58 -04:00
|
|
|
|