22 lines
576 B
Plaintext
Raw Permalink Normal View History

2020-05-26 15:29:47 +02:00
---
description: >
2020-05-28 17:04:34 +02:00
The locals block also called the local-variable block defines locals within
your Packer configuration.
2020-05-26 15:29:47 +02:00
page_title: locals - Blocks
---
# The `locals` block
`@include 'from-1.5/beta-hcl2-note.mdx'`
The `locals` block, also called the `local-variable` block, defines locals within
your Packer configuration.
2020-05-26 15:29:47 +02:00
`@include 'from-1.5/locals/example-block.mdx'`
# More on variables
- Read the [full locals](/docs/templates/hcl_templates/locals) description for a more
thorough read.
- Read the [variables guide](/guides/hcl/variables) for more examples.