pulumi/sdk
Luke Hoban 0bcca3883e
[sdk] Wait on remote component dependencies (#7541)
When a resource `dependsOn` a remote component, we were not correctly waiting on it, because we were skipping over waiting on comoponents, and only waiting on their custom resource children.  For remote components, we do not know the children, but waiting on the remote component will always wait on all children.

Co-authored-by: Mike Metral <1112768+metral@users.noreply.github.com>
2021-07-16 16:11:34 -07:00
..
dotnet [sdk] Wait on remote component dependencies (#7541) 2021-07-16 16:11:34 -07:00
go Add ContinuationToken to ListStacksResponse (#7510) 2021-07-13 14:01:39 -07:00
nodejs [sdk] Wait on remote component dependencies (#7541) 2021-07-16 16:11:34 -07:00
proto Add replaceOnChanges resource option (#7226) 2021-07-01 13:32:08 -06:00
python Make Output[T] covariant in Python SDK (#7483) 2021-07-16 12:30:04 -07:00
go.mod [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
go.sum Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.