github.com/hashicorp/packer@v1.14.3/examples/hcl/linux/source.parallels-iso.pkr.hcl (about)

     1  
     2  source "parallels-iso" "base-ubuntu-amd64" {
     3    boot_wait              = "10s"
     4    guest_os_type          = "ubuntu"
     5    http_content           = local.http_directory_content
     6    parallels_tools_flavor = "lin"
     7    prlctl_version_file    = ".prlctl_version"
     8    shutdown_command       = "echo 'vagrant' | sudo -S shutdown -P now"
     9    ssh_password           = "vagrant"
    10    ssh_port               = 22
    11    ssh_timeout            = "10000s"
    12    ssh_username           = "vagrant"
    13  }