pulumi/sdk
Justin Van Patten ea44ae3d0f
[sdk/go] Fix unmarshaling known output values in provider (#8082)
`ConstructInputs.CopyTo` can error when falling back to the old marshaling behavior when it's lacking an input type registration for a _known_ output value. In such cases, it tries to unmarshal a known output value, it can't unmarshal it because of a missing switch case. This change adds the missing case.
2021-09-27 18:46:30 -07:00
..
dotnet [automation-api] Exclude tests from test_fast. (#7986) 2021-09-16 17:33:33 -07:00
go [sdk/go] Fix unmarshaling known output values in provider (#8082) 2021-09-27 18:46:30 -07:00
nodejs Enable output values by default (#8014) 2021-09-24 08:57:04 -07:00
proto Add monitor feature for output values (#7870) 2021-09-15 14:16:00 -07:00
python Enable output values by default (#8014) 2021-09-24 08:57:04 -07:00
go.mod Initial support for (un)marshaling output values (#7861) 2021-09-13 09:05:31 -07:00
go.sum Initial support for (un)marshaling output values (#7861) 2021-09-13 09:05:31 -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/.