mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-03 05:51:40 -05:00
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_typeis not set packer will guess the checksumming type based oniso_checksumlength.iso_checksumcan be also be a file or an URL, in which caseiso_checksum_typemust 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.