diff --git a/hello-node/job.tf b/hello-node/job.tf index cd168bc..d8bf31e 100644 --- a/hello-node/job.tf +++ b/hello-node/job.tf @@ -36,7 +36,7 @@ resource "sless_job" "hello_run" { function = sless_function.hello_job.name event_json = jsonencode({ numbers = [1, 2, 3, 4, 5] }) wait_timeout_sec = 600 - run_id = 5 + run_id = 7 } output "job_phase" {