mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 09:44:01 -04:00
* Update and pin dependencies * Update NextJS Scripts * npm run lint * npm run format * docs generator: indent docs by two and make spacing better Co-authored-by: Adrien Delorme <[email protected]>
10 lines
621 B
Plaintext
10 lines
621 B
Plaintext
<!-- Code generated from the comments of the OutputConfig struct in builder/hyperv/common/output_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `output_directory` (string) - This setting specifies the directory that
|
|
artifacts from the build, such as the virtual machine files and disks,
|
|
will be output to. The path to the directory may be relative or
|
|
absolute. If relative, the path is relative to the working directory
|
|
packer is executed from. This directory must not exist or, if
|
|
created, must be empty prior to running the builder. By default this is
|
|
"output-BUILDNAME" where "BUILDNAME" is the name of the build.
|