742 B
742 B
-
iso_checksum
(string) - The checksum for the ISO file or virtual hard drive file. The algorithm to use when computing the checksum can be optionally specified withiso_checksum_type
. Wheniso_checksum_type
is not set packer will guess the checksumming type based oniso_checksum
length.iso_checksum
can be also be a file or an URL, in which caseiso_checksum_type
must be set tofile
; the go-getter will download it and use the first hash found. -
iso_url
(string) - A URL to the ISO containing the installation image or virtual hard drive (VHD or VHDX) file to clone.