2020-09-22 11:32:25 +02:00
|
|
|
<!-- Code generated from the comments of the CDRomConfig struct in builder/vsphere/common/step_add_cdrom.go; DO NOT EDIT MANUALLY -->
|
2020-03-18 18:46:47 -04:00
|
|
|
|
2020-07-13 06:33:16 -04:00
|
|
|
- `cdrom_type` (string) - Which controller to use. Example: `sata`. Defaults to `ide`.
|
|
|
|
|
2020-08-24 16:54:30 +02:00
|
|
|
- `iso_paths` ([]string) - List of Datastore or Content Library paths to ISO files that will be mounted to the VM.
|
|
|
|
Here's an HCL2 example:
|
|
|
|
```hcl
|
|
|
|
iso_paths = [
|
|
|
|
"[datastore1] ISO/ubuntu.iso",
|
|
|
|
"Packer Library Test/ubuntu-16.04.6-server-amd64/ubuntu-16.04.6-server-amd64.iso"
|
|
|
|
]
|
|
|
|
```
|