hashicorp / packer-plugin-tencentcloud

Packer plugin for Tencent Cloud Image Builder
https://www.packer.io/docs/builders/tencentcloud-cvm
Mozilla Public License 2.0
8 stars 12 forks source link

Find source image by filters #68

Open virain opened 2 years ago

virain commented 2 years ago

Description Plugin provides source_image option to find the base image in tencentcloud. For the time being, we should hard-code image names or their ids. It's a pain.

It would be nice to have ability to specify filters to find image by name regex or tags, like in AWS plugin: https://github.com/hashicorp/packer-plugin-amazon/blob/main/docs/datasources/ami.mdx

image ID changes frequently, which makes the original template need to be modified frequently. This is very painful

virain commented 2 years ago

@likexian