4 lines
60 B
Terraform
4 lines
60 B
Terraform
|
output "job_id" {
|
||
|
value = resource.nomad_job.service.id
|
||
|
}
|