Also, how do I find the URN of resources. Some res...
# general
d
Also, how do I find the URN of resources. Some resources don’t show the URN in the Pulumi console.
m
You can use:
Copy code
pulumi stack --show-urns
What kind of resource is it that isn’t showing the URN in the console, though? I’m just curious (and will file an issue for it if need be).
d
The k8s secrets were not showing up the urn
Thanks!