pulumi/pkg/resource
Levi Blackstone 1c87d58b4a
Fix bug with ComponentResource resource refs (#5949)
Now that resources are serialized as refs, ComponentResources
may try to unmarshal local resource refs before they are
initialized during the RegisterResource step.

This change avoids that issue by skipping Output marshaling
for local ComponentResources during the RegisterResource step.
These Outputs will be handled instead during the
RegisterResourceOutputs step.

Co-authored-by: Pat Gavlin <pat@pulumi.com>
2020-12-18 14:45:52 -07:00
..
analyzer Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
deploy Fix bug with ComponentResource resource refs (#5949) 2020-12-18 14:45:52 -07:00
edit Protect against panic in finding go executable and finding resources (#5548) 2020-10-11 07:13:54 +01:00
graph Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
provider Handle invalid UTF-8 characters before RPC calls (#4816) 2020-06-17 13:30:59 -06:00
stack Fix a few issues with resource references. (#5804) 2020-11-23 11:15:10 -08:00
testdata support jar files 2020-08-10 14:15:35 -07:00