hi friends, I'm back again. Does anyone know off t...
# google-cloud
m
hi friends, I'm back again. Does anyone know off the top of their head where to find the unique IDs for K8s resources?
I want to use
k8s.core.v1.ServiceAccount.get()
and I don't know where to find the unique k8s provider id
i tried the resource UID, but that didn't work
I figured it out, it's
${namespace}/${resourceName}
wondering why that issue was closed without updating the docs, though
@white-balloon-205
w
It was closed as a duplicate of https://github.com/pulumi/docs/issues/4991, which still needs to be addressed.