I use packer to generate virtual machines on ESXi.
I set a snapshot_name combined with "keep_registered": true and "skip_export": true.
Packer succeed to create the Virtual Machine and the snapshot is created indeed but the VMX file does refer the snapshot:
-
Actual result:
scsi0:0.filename = "disk.vmdk"
-
Expected result:
scsi0:0.filename = "disk-000001.vmdk"
Related to #20