-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include ability to filter images based on labels or other data. #3442
Include ability to filter images based on labels or other data. #3442
Comments
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
* upstream/master: Add a random string to ad directory so tests can be run in parallel (hashicorp#3802) (hashicorp#6905) Set context early on in LoadAndValidate to prevent NPE (hashicorp#3800) (hashicorp#6903) Add tests for DICOM store pubsub topic removal. (hashicorp#3442) (hashicorp#6893) Bump Bigtable version from 1.1.0 to 1.5.0 (hashicorp#6890) Fix colon in doc notes (hashicorp#3796) (hashicorp#6888) Fix bug: diff being detected for source_repo_repository even when there are no changes (hashicorp#3786) (hashicorp#6886) Use proper prefix inside router_interface test (hashicorp#3795) (hashicorp#6883) Update Bigtable Num of Clusters Block Docs (hashicorp#3792) (hashicorp#6881)
@danawillow Can we close this issue? this feature is not needed for GCE Images.
|
@upodroid, I think the request is to be able to get a list of images that specify certain conditions, so that the user doesn't have to know the name of the image in order to use it. That seems totally reasonable to me. This would be using https://cloud.google.com/compute/docs/reference/rest/beta/images/list instead of get or getFromFamily. Given the 25 👍 on this issue, it seems like this is something that people are looking for outside of what the provider currently offers, even if it isn't useful to you, so I'd prefer not to close it. |
In that case, I can implement the list method when no |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Description
Both the aws and azure providers already offer something similar (azure name regex and aws filter).
Ideally you'd be able to filter based on name, label, image family, region, etc.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: