* 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" }
8 lines
129 B
HCL
8 lines
129 B
HCL
packer {
|
|
required_version = ">= 700000.0.0"
|
|
}
|
|
|
|
block_from_the_future {
|
|
the_answer_to_life_the_universe_and_everything = 42
|
|
}
|