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:
@@ -127,7 +127,7 @@ locals {
|
|||||||
version = var.version
|
version = var.version
|
||||||
build = var.build
|
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
|
cpus = var.cpus
|
||||||
memory = var.memory
|
memory = var.memory
|
||||||
|
|||||||
Reference in New Issue
Block a user