Is there a way to get an unique id from my cloud run service instance at runtime?
I would like to get a unique identifier from my cloud execution service instance (two instances running = two different IDs), so that this can be a key to my functions. Can be anything, but have to be unique.
I searched for default environment variables, but I didn’t found one for my case.