pulumi/sdk
Thomas Gummerer 44c8de53d5
go: allow unknowns during update (#15942)
Currently we reject all unknowns during `pulumi up`. However we are soon
going to allow them to come through via `up --continue-on-error`, and
thus should no longer error out when we have them.

This is a similar preparatory PR to
https://github.com/pulumi/pulumi/pull/15898, except that Go deals with
the unknowns a little different, so we don't need to treat apply
specially, but the marshalling.
2024-04-15 16:28:17 +00:00
..
go go: allow unknowns during update (#15942) 2024-04-15 16:28:17 +00:00
nodejs Upgrade gocloud.dev to 0.37 (#15924) 2024-04-15 07:47:29 +00:00
proto/go Use the local artifacts, not released artifacts in conformance tests (#15777) 2024-03-26 13:10:34 +00:00
python Upgrade gocloud.dev to 0.37 (#15924) 2024-04-15 07:47:29 +00:00
.version Revert "Freeze v3.113.0 (#15920)" (#15925) 2024-04-12 18:37:22 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod automation: only read complete lines before trying to deserialize (#15778) 2024-03-26 14:32:56 +00:00
go.sum automation: only read complete lines before trying to deserialize (#15778) 2024-03-26 14:32:56 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +00: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.