From fefb70be2bd05c3032c5ef1690c36066c07a1527 Mon Sep 17 00:00:00 2001 From: Mike Schinkel Date: Wed, 4 May 2022 15:27:54 -0400 Subject: [PATCH] Added mention of HCL in Terminology>Templates (#11749) --- website/content/docs/terminology.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/content/docs/terminology.mdx b/website/content/docs/terminology.mdx index 52406a8ba..27036a519 100644 --- a/website/content/docs/terminology.mdx +++ b/website/content/docs/terminology.mdx @@ -58,6 +58,7 @@ for quick referencing. image. They perform the major work of making the image contain useful software. Example provisioners include shell scripts, Chef, Puppet, etc. -- `Templates` are JSON files which define one or more builds by configuring - the various components of Packer. Packer is able to read a template and use - that information to create multiple machine images in parallel. +- `Templates` are either [HCL](templates/hcl_templates) or JSON files which + define one or more builds by configuring the various components of Packer. + Packer is able to read a template and use that information to create + multiple machine images in parallel.