mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-11 20:17:25 -04:00
* add the possibility to set the packer.required_version field; to make sure the template file works with that version of Packer
* add tests
* add documentation on packer.required_version
Example:
packer {
required_version = ">= 1.2.0, < 2.0.0"
}
|
||
|---|---|---|
| .. | ||
| base_failure | ||
| base_success | ||
| wrong_field_name | ||