mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-15 22:20:33 -04:00
`packer validate` would output the same error message four times per unsupported root block type found in a template (e.g., 'src' instead of 'source'). This behavior was due to a function being called four times for each file on each stage of the parsing. |
||
|---|---|---|
| .. | ||
| var-file-tests | ||
| build.json | ||
| build.pkr.hcl | ||
| build_with_vars.pkr.hcl | ||
| circular_error.pkr.hcl | ||
| datasource.pkr.hcl | ||
| invalid_block_type.pkr.hcl | ||
| invalid_packer_block.pkr.hcl | ||
| null_var.json | ||
| template.json | ||
| validate_except.json | ||
| validate_except.pkr.hcl | ||
| var_foo_with_no_default.pkr.hcl | ||