nomad_job_parser

Parse a HCL jobspec and produce the equivalent JSON encoded job.

Example Usage

data "nomad_job_parser" "my_job" {
  hcl = file("${path.module}/jobspec.hcl")
  canonicalize = false
}

Attribute Reference

The following attributes are exported: