packer-plugin-googlecompute icon indicating copy to clipboard operation
packer-plugin-googlecompute copied to clipboard

Data source for selecting image using filters

Open ext-samstenvall-sc opened this issue 6 months ago • 1 comments

Description

Currently the only way to specify which source image to use for a build is source_image or source_image_family. It's not possible to use e.g. image family in combination with a tag or a label to select exactly the image required.

The Amazon plugin has an AMI data source for finding AMIs, something similar would be useful here.

Use Case(s)

Ability to filter source images by label

ext-samstenvall-sc avatar Apr 10 '25 10:04 ext-samstenvall-sc