pulumi/sdk
Pat Gavlin e677c7d6dc
[sdk/go] Add support for untagged outputs. (#4640)
With these changes, a resource struct may tag a field with the empty
string. If such a field is present, any resource outputs that were not
unmarshalled into other fields will be unmarshalled into this field,
which must be a `MapOutput`.

Fixes #4629.
2020-05-14 14:43:20 -06:00
..
dotnet Add brew make targets to sdk makefiles 2020-05-13 20:42:01 -07:00
go [sdk/go] Add support for untagged outputs. (#4640) 2020-05-14 14:43:20 -06:00
nodejs Add brew make targets to sdk makefiles 2020-05-13 20:42:01 -07:00
proto Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
python Add brew make targets to sdk makefiles 2020-05-13 20:42:01 -07:00
go.mod Enable fish completions for pulumi cli (#4401) 2020-04-30 15:45:57 +01:00
go.sum Enable fish completions for pulumi cli (#4401) 2020-04-30 15:45:57 +01: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/.