pulumi/pkg/resource/stack
Pat Gavlin 3d2e31289a
Add support for serialized resource references. (#5041)
Resources are serialized as their URN, ID, and package version. Each
Pulumi package is expected to register itself with the SDK. The package
will be invoked to construct appropriate instances of rehydrated
resources. Packages are distinguished by their name and their version.

This is the foundation of cross-process resources.

Related to #2430.

Co-authored-by: Mikhail Shilkov <github@mikhail.io>
Co-authored-by: Luke Hoban <luke@pulumi.com>
Co-authored-by: Levi Blackstone <levi@pulumi.com>
2020-10-27 10:12:12 -07:00
..
testdata Add a version property to checkpoints 2018-03-10 13:03:05 -08:00
checkpoint.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
checkpoint_test.go Add license headers 2018-05-22 15:02:47 -07:00
deployment.go Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
deployment_test.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
secrets.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
secrets_test.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00