packer/command/test-fixtures/validate
Gustavo Cruz 7f64ca11f6 fix: packer validate unsupported type error
`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.
2025-01-21 10:06:45 -05:00
..
var-file-tests core: Update validation options for undeclared variables (#12104) 2022-11-14 17:06:45 -05:00
build.json command/validate: Add support for HCL2 configuration files 2020-06-05 14:24:39 -04:00
build.pkr.hcl HCL2: version block: test validation & document version/availability (#10298) 2020-11-23 10:27:26 -05:00
build_with_vars.pkr.hcl command/validate: Add support for HCL2 configuration files 2020-06-05 14:24:39 -04:00
circular_error.pkr.hcl feat: print all locals errors when there is a circular error (#11527) 2022-01-27 14:40:45 +01:00
datasource.pkr.hcl (2) Implement datasources (#10440) 2021-01-20 10:37:16 +01:00
invalid_block_type.pkr.hcl fix: packer validate unsupported type error 2025-01-21 10:06:45 -05:00
invalid_packer_block.pkr.hcl HCL2: version block: test validation & document version/availability (#10298) 2020-11-23 10:27:26 -05:00
null_var.json refactor initialization out from packer configs + tests (#9627) 2020-07-24 10:58:03 +02:00
template.json Updated test to verify expected behavior 2015-07-13 19:32:28 -07:00
validate_except.json Skip consecutives post-processors 2020-06-09 17:35:53 +02:00
validate_except.pkr.hcl HCL2: add post-processors block to run multiple post-processor after a build (#9638) 2020-07-28 10:02:37 +02:00
var_foo_with_no_default.pkr.hcl refactor initialization out from packer configs + tests (#9627) 2020-07-24 10:58:03 +02:00