fix: Add job_id output to services

This should be earlier in history
This commit is contained in:
IamTheFij 2024-01-23 12:09:29 -08:00
parent 35dfeb3093
commit 37ee67b2e6
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
output "job_id" {
value = resource.nomad_job.service.id
}