pulumi/sdk
Fraser Waters f14cec0776
Add parameterized providers to Go (#16738)
This adds the first pass of parameterized providers to Go. This only
supports resources, need to expand tests to cover invokes and calls
later.

The method of implementation _might_ be seen as controversial, with all
new methods to do the registrations. An alternative would have been to
make PackageRef a `Resource/InvokeOption`, but that's inconsistent with
how we added it in the other languages, and further the engine won't
send it as a ResourceOption to transforms. So I think this
implementation is probably the preferred way, but while doing this we
might want to just do a `RegisterResourceV2` with `struct` args instead
of positional so if even more arguments need adding in the future we
have a non-breaking way to add them.
2024-08-10 08:03:15 +00:00
..
go Add parameterized providers to Go (#16738) 2024-08-10 08:03:15 +00:00
nodejs Prepare for v3.129.0 release (#16931) 2024-08-09 15:54:35 +00:00
proto/go Add --local to GeneratePackage and gen-sdk (#16891) 2024-08-07 08:16:37 +00:00
python Prepare for v3.129.0 release (#16931) 2024-08-09 15:54:35 +00:00
.version Prepare for v3.129.0 release (#16931) 2024-08-09 15:54:35 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Query language runtime for options during “pulumi new” (#16346) 2024-06-17 17:10:55 +00:00
go.sum Query language runtime for options during “pulumi new” (#16346) 2024-06-17 17:10:55 +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.