mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-06 23:32:29 -04:00
Merge pull request #12061 from hashicorp/json_template_engine_doc_fix
docs: move legacy JSON warning under title
This commit is contained in:
commit
81eb1caca5
1 changed files with 2 additions and 2 deletions
|
|
@ -6,14 +6,14 @@ description: |
|
|||
page_title: Template Engine - Templates
|
||||
---
|
||||
|
||||
`@include 'from-1.5/legacy-json-warning.mdx'`
|
||||
|
||||
# Template Engine
|
||||
|
||||
All strings within templates are processed by a common Packer templating
|
||||
engine, where variables and functions can be used to modify the value of a
|
||||
configuration parameter at runtime.
|
||||
|
||||
`@include 'from-1.5/legacy-json-warning.mdx'`
|
||||
|
||||
The syntax of templates uses the following conventions:
|
||||
|
||||
- Anything template related happens within double-braces: `{{ }}`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue