job "hello-periodic" { datacenters = [ "us-east-1", ] type = "batch" # Every 10 minutes periodic { cron = "*/10 * * * * *" prohibit_overlap = true } group "hello-periodic" { count = 1 ephemeral_disk { size = "100" } task "hello-periodic" { driver = "exec" config { command = "bash" args = [ "local/script.sh", ] } template { data = <