I have to make a list of every instance, container, function, notebook, bucket, data proc, and composer that is currently active for the project across all regions and locales.
Is it feasible to provide a list of resources for every region? I can use either a Python script or Gcloud.
After listing, my ultimate goal is to assign a tag that corresponds to the resource's name.
Thanks