pulumi/sdk/proto
Fraser Waters a6603e1884
Send resource name and type as well as URN to providers (#17177)
We want to make URN's opaque tokens that don't need clients to parse
them. One thing providers currently parse the URN for is the resource
name and type. Pretty simple to extend the rpc interface to send these
tokens as individual fields plus the URN.

We can start getting providers to use these tokens and fallback to
parsing the URN, eventually providers can decide to take a requirement
on an up-to-date engine that sends these fields.

---------

Co-authored-by: Thomas Gummerer <t.gummerer@gmail.com>
2024-09-06 09:29:37 +00:00
..
go Send resource name and type as well as URN to providers (#17177) 2024-09-06 09:29:37 +00:00