github.com/hashicorp/packer@v1.14.3/website/content/partials/packer-plugin-sdk/multistep/commonsteps/ISOConfig-not-required.mdx (about)

     1  <!-- Code generated from the comments of the ISOConfig struct in multistep/commonsteps/iso_config.go; DO NOT EDIT MANUALLY -->
     2  
     3  - `iso_urls` ([]string) - Multiple URLs for the ISO to download. Packer will try these in order.
     4    If anything goes wrong attempting to download or while downloading a
     5    single URL, it will move on to the next. All URLs must point to the same
     6    file (same checksum). By default this is empty and `iso_url` is used.
     7    Only one of `iso_url` or `iso_urls` can be specified.
     8  
     9  - `iso_target_path` (string) - The path where the iso should be saved after download. By default will
    10    go in the packer cache, with a hash of the original filename and
    11    checksum as its name.
    12  
    13  - `iso_target_extension` (string) - The extension of the iso file after download. This defaults to `iso`.
    14  
    15  <!-- End of code generated from the comments of the ISOConfig struct in multistep/commonsteps/iso_config.go; -->