formatting fix from github-based commit

This commit is contained in:
Chris Baker 2020-12-02 22:25:36 +00:00
parent a9c151be2c
commit 4b31759ef0
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,6 @@ guide](/guides/hcl).
## HCL Parsing Context
The [Nomad API uses JSON][jobs-api], not HCL, to represent Nomad jobs.
[jobs-api]: /api-docs/jobs
When running commands like `nomad job run` and `nomad job plan`, the Nomad CLI
parses HCL and ultimately converts it to JSON. Because this parsing happens locally
(i.e., where the operator is running the CLI) before job submission, there are some
@ -42,6 +40,8 @@ example, scheduling information is not yet available, including information abou
the client. Similarly, HCL features that depend on external context will take that
context from the local environment of the CLI (e.g., files, environment variables).
[jobs-api]: /api-docs/jobs
## Syntax
The main purpose of the HCL language in Nomad is defining jobs. All other