pulumi/sdk
Pat Gavlin 6f37445782
Fix a few issues in the Go language provider (#2113)
1. Add support for first-class providers
2. Make `pulumi.ResourceState` conform to the `pulumi.Resource` interface
3. Wait for inputs to resolve inside RPC goroutines rather than doing so
   before starting the goroutines

Note that (2) involves a breaking change to `pulumi.ResourceState` that
will require adjusting `tfgen`'s code generation.

Fixes https://github.com/pulumi/pulumi-terraform/issues/256
Contributes to #1713
2018-11-01 21:27:35 -07:00
..
go Fix a few issues in the Go language provider (#2113) 2018-11-01 21:27:35 -07:00
nodejs Get closure serialiation working in Node11 (#2101) 2018-11-01 15:46:21 -07:00
proto Move management of root resource state to engine (#1944) 2018-09-18 11:47:34 -07:00
python Enable and fix Pylint warnings (#2146) 2018-11-01 14:29:06 -07:00
README.md Update stale README 2018-06-30 09:55:12 -07:00

README.md

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/.