packer-cn/website/pages/docs/from-1.5/blocks
Adrien Delorme 4bc16455b4
HCL2: add a packer block with a required_version input setting (#10149)
* 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"
}
2020-10-27 10:03:36 +01:00
..
build Fix references to source blocks (#10113) 2020-10-16 10:26:29 +02:00
index.mdx 📌 Hard Pin Website Dependencies (#9543) 2020-07-13 12:33:16 +02:00
locals.mdx 📌 Hard Pin Website Dependencies (#9543) 2020-07-13 12:33:16 +02:00
packer.mdx HCL2: add a packer block with a required_version input setting (#10149) 2020-10-27 10:03:36 +01:00
source.mdx Fix references to source blocks (#10113) 2020-10-16 10:26:29 +02:00
variable.mdx add docs for sensitive variables 2020-10-05 15:34:35 +02:00