pulumi/pkg/resource/deploy/providers
Fraser Waters 61aca31e4b Send resource name and type as well as URN to providers
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,
eventuall providers can decide to take a requirement on an up-to-date engine
that sends these fields.
2023-09-25 22:00:47 +01:00
..
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
provider.go Pass provider checksums in requests and save to state (#13789) 2023-09-11 15:54:07 +00:00
provider_test.go Pass provider checksums in requests and save to state (#13789) 2023-09-11 15:54:07 +00:00
reference.go pkg/resource: Prefer Assertf in some subpackages 2023-02-21 15:13:48 -08:00
reference_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
registry.go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
registry_test.go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00