mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 22:41:40 -04:00
Add missing closing parenthesis (#11599)
* Add missing closing parenthesis Signed-off-by: Johanan Liebermann <[email protected]> Co-authored-by: Adrien Delorme <[email protected]>
This commit is contained in:
co-authored by
Adrien Delorme
parent
f2a36af98e
commit
f8ea98d671
@@ -42,7 +42,7 @@ Errors validating build 'vmware'. 1 error(s) occurred:
|
||||
- `-only=foo,bar,baz` - Only validate the builds with the given comma-separated
|
||||
names. In legacy JSON templates, build names default to the
|
||||
types of their builders (e.g. `docker` or
|
||||
`amazon-ebs` or `virtualbox-iso`, unless a specific `name` attribute is
|
||||
`amazon-ebs` or `virtualbox-iso`), unless a specific `name` attribute is
|
||||
specified within the configuration. In HCL2 templates, the "name" is the
|
||||
source block's "name" label, unless an in-build source definition adds the
|
||||
"name" configuration option.
|
||||
|
||||
@@ -171,5 +171,5 @@ option _ignores_ post-processors.
|
||||
The values within `only` or `except` are _build names_, not builder types.
|
||||
Name is a required block label in HCL, but in legacy JSON, build names default
|
||||
to the types of their builders (e.g. `docker` or `amazon-ebs` or
|
||||
`virtualbox-iso`, unless a specific `name` attribute is specified within the
|
||||
`virtualbox-iso`), unless a specific `name` attribute is specified within the
|
||||
configuration.
|
||||
|
||||
Reference in New Issue
Block a user