nomad_job

Get information on a job ID. The aim of this datasource is to enable you to act on various settings and states of a particular job.

An error is triggered if zero or more than one result is returned by the query.

Example Usage

Get the data about a snapshot:

data "nomad_job" "example" {
  job_id    = "example"
  namespace = "dev"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: