mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-27 10:14:01 -04:00
* start using `go:generate packer-sdc struct-markdown` * Update Makefile remove @go install ./cmd/struct-markdown * run go generate for struct-markdown * use //go:generate packer-sdc mapstructure-to-hcl2 * run go generate for mapstructure-to-hcl2 * remove struct-markdown and mapstructure-to-hcl2 * vendor vendors
12 lines
741 B
Plaintext
12 lines
741 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.
|
|
|
|
<!-- End of code generated from the comments of the OutputConfig struct in builder/hyperv/common/output_config.go; -->
|