* 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" }
4 lines
39 B
HCL
4 lines
39 B
HCL
packer {
|
|
version = ">= 700000.0.0"
|
|
}
|