mirror of https://github.com/pulumi/pulumi.git
61aca31e4b
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. |
||
---|---|---|
.. | ||
testdata | ||
README.md | ||
bad_provider.go | ||
go.mod | ||
go.sum | ||
interface.go | ||
interface_test.go | ||
internal_test.go | ||
l1empty_test.go | ||
l2resourcesimple_test.go | ||
main.go | ||
simple_provider.go | ||
testing.go | ||
tests.go |
README.md
pulumi-language-test runs a gRPC interface that language plugins can use to run a suite of standard tests.