First use of term

Expand first use of HashiCorp Configuration Language in this page, followed by the abbreviated form
This commit is contained in:
Brian Shumate
2016-07-07 12:22:14 -04:00
committed by GitHub
parent ccd36901e7
commit b115a1c55d

View File

@@ -14,7 +14,7 @@ Jobs have a globally unique name, one or many task groups, which are themselves
collections of one or many tasks.
The format of the jobs is [documented here](/docs/jobspec/index.html). They
can either be specified in [HCL](https://github.com/hashicorp/hcl) or JSON,
can either be specified in [HashiCorp Configuration Language](https://github.com/hashicorp/hcl) (HCL) or JSON,
however we recommend only using JSON when the configuration is generated by a machine.
## Running a Job