* 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
43 B
HCL
4 lines
43 B
HCL
packer {
|
|
required_version = ">= 1.0.0"
|
|
}
|