diff --git a/variables.pkr.hcl b/variables.pkr.hcl index f171332..fcd674c 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -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" {