Files
orca/testdata/hello.hcl
T

8 lines
101 B
HCL

job "hello-orca" {
}
task "greet" {
command = "/bin/echo"
args = ["hello", "from", "orca"]
}