2020-07-02 05:07:59 -04:00
|
|
|
|
|
|
|
source "parallels-iso" "base-ubuntu-amd64" {
|
|
|
|
boot_wait = "10s"
|
|
|
|
guest_os_type = "ubuntu"
|
2021-03-23 07:31:13 -04:00
|
|
|
http_content = local.http_directory_content
|
2020-07-02 05:07:59 -04:00
|
|
|
parallels_tools_flavor = "lin"
|
|
|
|
prlctl_version_file = ".prlctl_version"
|
|
|
|
shutdown_command = "echo 'vagrant' | sudo -S shutdown -P now"
|
|
|
|
ssh_password = "vagrant"
|
|
|
|
ssh_port = 22
|
|
|
|
ssh_timeout = "10000s"
|
|
|
|
ssh_username = "vagrant"
|
|
|
|
}
|