homelab-nomad/services/service/output.tf
Ian Fijolek 37ee67b2e6 fix: Add job_id output to services
This should be earlier in history
2024-01-23 12:09:29 -08:00

4 lines
60 B
HCL

output "job_id" {
value = resource.nomad_job.service.id
}