2020-04-02 13:50:11 -04:00
|
|
|
<!-- Code generated from the comments of the OutputConfig struct in builder/vsphere/common/output_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
|
2020-07-13 06:33:16 -04:00
|
|
|
- `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.
|
2020-08-02 15:02:31 +09:00
|
|
|
|
2020-08-06 01:11:02 +09:00
|
|
|
- `directory_permission` (os.FileMode) - The permissions to apply to the "output_directory", and to any parent
|
2020-12-16 01:35:34 -08:00
|
|
|
directories that get created for output_directory. By default this is
|
2020-08-06 01:11:02 +09:00
|
|
|
"0750". You should express the permission as quoted string with a
|
|
|
|
leading zero such as "0755" in JSON file, because JSON does not support
|
|
|
|
octal value. In Unix-like OS, the actual permission may differ from
|
|
|
|
this value because of umask.
|