Update S3 URL

Since the STORAGE_URL variable no longer has the `http://` portion of
the address, we have to add it into the hcl files
This commit is contained in:
Greg Hellings
2024-12-24 01:00:23 -06:00
parent 8b2e4b252e
commit f75558bfb7
+1 -1
View File
@@ -127,7 +127,7 @@ locals {
version = var.version
build = var.build
})
iso_location = "s3::${var.storage_url}/isos/cache/${var.distro}/${var.iso.checksum}.iso?aws_access_key_id=root&aws_access_key_secret=${var.minio_secret}"
iso_location = "s3::http://${var.storage_url}/isos/cache/${var.distro}/${var.iso.checksum}.iso?aws_access_key_id=root&aws_access_key_secret=${var.minio_secret}"
cpus = var.cpus
memory = var.memory