|
|
|
@ -12,13 +12,13 @@ variable "os_version_9" {
|
|
|
|
|
variable "iso_url_9_x86_64" {
|
|
|
|
|
description = "MSVSphere 9 x86_64 installation ISO URL"
|
|
|
|
|
type = string
|
|
|
|
|
default = "https://rsync.inferitos.ru/msvsphere/9.2/isos/x86_64/MSVSphere-9.2-alpha-x86_64-minimal.iso"
|
|
|
|
|
default = "https://rsync.inferitos.ru/msvsphere/9.2/isos/x86_64/MSVSphere-9.2-x86_64-minimal.iso"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
variable "iso_checksum_9_x86_64" {
|
|
|
|
|
description = "MSVSphere 9 x86_64 installation ISO checksum"
|
|
|
|
|
type = string
|
|
|
|
|
default = "file:https://rsync.inferitos.ru/msvsphere/9.2/isos/x86_64/CHECKSUM"
|
|
|
|
|
default = "file:https://rsync.inferitos.ru/msvsphere/9.2/isos/x86_64/MSVSphere-9.2-x86_64-minimal.iso.CHECKSUM"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
variable "headless" {
|
|
|
|
|