» nomad_deployments
Retrieve a list of deployments in Nomad.
» Example Usage
data "nomad_deployments" "example" {}
» Attribute Reference
The following attributes are exported:
-
deployments:list of mapsa list of deployments in the cluster.-
ID:stringDeployment ID. -
JobID:stringJob ID associated with the deployment. -
JobVersion:stringJob version. -
Status:stringDeployment status. -
StatusDescription:stringDetailed description of the deployment's status.
-