mirror of https://github.com/hashicorp/packer
Add `component_type` optional field (#11872)
* Add `component_type` optional field to support specifying the exact build image when multiple images exist in the same provider and region for a given iteration * update docs * update docspull/11880/head
parent
819cc50f31
commit
9f28ced11c
@ -0,0 +1,6 @@
|
||||
<!-- Code generated from the comments of the Config struct in datasource/hcp-packer-image/data.go; DO NOT EDIT MANUALLY -->
|
||||
|
||||
- `component_type` (string) - The specific Packer builder used to create the image.
|
||||
For example, "amazon-ebs.example"
|
||||
|
||||
<!-- End of code generated from the comments of the Config struct in datasource/hcp-packer-image/data.go; -->
|
||||
Loading…
Reference in new issue