Hi,
has anyone created a python script to find the VMs across google cloud projects using deprecated images?
Basically,
list all the projects with compute engine API enabled
list all the VMs in the project
find the source image of the disk and check if it is depracated
and return the list of VMs per project
Any guidance on how to achieve this would be helpful
Being a beginner in python, I struggle on how to approach it
thanks
thanks