pulumi/sdk
bors[bot] 6c9220fdea
Merge #13329
13329: Allow Node.js dynamic providers to capture secrets r=lukehoban a=lukehoban

This allows the function serialization used by dynamic providers to capture secrets, and if so, marks the resulting input value as a secret so that the `__provider` property will be a secret in the state.

Fixes https://github.com/pulumi/pulumi/issues/8265.

Co-authored-by: Luke Hoban <lukehoban@gmail.com>
2023-07-07 04:48:10 +00:00
..
go deps(go): Upgrade to grpc 1.56.1 2023-07-06 09:04:16 -07:00
nodejs Merge #13329 2023-07-07 04:48:10 +00:00
proto/go Send old inputs to diff and update 2023-06-21 21:04:50 +01:00
python Merge #13315 2023-07-06 18:25:09 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod deps(go): Upgrade to grpc 1.56.1 2023-07-06 09:04:16 -07:00
go.sum deps(go): Upgrade to grpc 1.56.1 2023-07-06 09:04:16 -07:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.