pulumi/sdk
Matt Ellis 881db4d72a Correctly flow secretness across POJO serliazation for stack outputs
Our logic to export a resource as a stack output transforms the
resource into a plain old object by eliding internal fields and then
just serializing the resource as a POJO.

The custom serialization logic we used here unwrapped an Output
without care to see if it held a secret. Now, when it does, we
continue to return an Output as the thing to be serialized and that
output is marked as a secret.

Fixes #2862
2019-06-26 15:16:07 -07:00
..
go pulumi update => pulumi up (#2702) 2019-05-06 14:00:18 -07:00
nodejs Correctly flow secretness across POJO serliazation for stack outputs 2019-06-26 15:16:07 -07:00
proto Fix up some spelling errors 2019-06-18 15:30:25 -07:00
python Use literal string "value" in returned dictionary 2019-06-25 20:42:39 +01:00
README.md Update stale README 2018-06-30 09:55:12 -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/.