Update website/pages/docs/from-1.5/blocks/locals.mdx
Co-authored-by: Megan Marsh <megan@hashicorp.com>
This commit is contained in:
parent
279f9365af
commit
5cee17ca5f
|
@ -11,7 +11,7 @@ sidebar_title: <tt>locals</tt>
|
|||
|
||||
`@include 'from-1.5/beta-hcl2-note.mdx'`
|
||||
|
||||
The `locals` block also called the local-variable block defines locals within
|
||||
The `locals` block, also called the `local-variable` block, defines locals within
|
||||
your Packer configuration.
|
||||
|
||||
`@include 'from-1.5/locals/example-block.mdx'`
|
||||
|
@ -22,4 +22,4 @@ Local can be bare values or a mix of locals and or input variables.
|
|||
|
||||
- Read the [full locals](/docs/from-1.5/locals) description for a more
|
||||
thorough read.
|
||||
- Read the [variables guide](/guides/hcl/variables) for more examples.
|
||||
- Read the [variables guide](/guides/hcl/variables) for more examples.
|
||||
|
|
Loading…
Reference in New Issue