|
|
|
|
@ -32,7 +32,7 @@
|
|
|
|
|
engine](/docs/templates/engine), see [Build template
|
|
|
|
|
data](#build-template-data) for more information.
|
|
|
|
|
|
|
|
|
|
- `tag` (hcl2template.KeyValues) - Same as [`tags`](#tags) but defined as a singular repeatable block
|
|
|
|
|
- `tag` ([]{key string, value string}) - Same as [`tags`](#tags) but defined as a singular repeatable block
|
|
|
|
|
containing a `key` and a `value` field. In HCL2 mode the
|
|
|
|
|
[`dynamic_block`](/docs/configuration/from-1.5/expressions#dynamic-blocks)
|
|
|
|
|
will allow you to create those programatically.
|
|
|
|
|
@ -103,7 +103,7 @@
|
|
|
|
|
engine](/docs/templates/engine), see [Build template
|
|
|
|
|
data](#build-template-data) for more information.
|
|
|
|
|
|
|
|
|
|
- `snapshot_tag` (hcl2template.KeyValues) - Same as [`snapshot_tags`](#snapshot_tags) but defined as a singular
|
|
|
|
|
- `snapshot_tag` ([]{key string, value string}) - Same as [`snapshot_tags`](#snapshot_tags) but defined as a singular
|
|
|
|
|
repeatable block containing a `key` and a `value` field. In HCL2 mode the
|
|
|
|
|
[`dynamic_block`](/docs/configuration/from-1.5/expressions#dynamic-blocks)
|
|
|
|
|
will allow you to create those programatically.
|
|
|
|
|
|