variable "version" { type = string } variable "runner_name" { description = "The name of the github runner ($GITHUB_RUNNER)" type = string } job "alice_lake_2025" { datacenters = ["dc1"] namespace = "default" group "task" { count = 1 task "camply" { driver = "docker" artifact { source = "http://${var.runner_name}:8080/camply-${var.version}.tar" options { archive = false } } config { load = "camply-${var.version}.tar" image = "camply:${var.version}" } template { data = <