pulumi/sdk
Fraser Waters bbaf871ad1
Check qualified type for root stackness (#14714)
With the introduction of component programs there will be mulitple
"pulumi:pulumi:stack" resources in a program. We should therefore check
against the qualified type of resources to see if they are the root
stack, not just their direct type.
2023-12-04 10:36:51 +00:00
..
go Check qualified type for root stackness (#14714) 2023-12-04 10:36:51 +00:00
nodejs Replace ResourceSet with a generic set type (#14724) 2023-12-03 23:20:43 +00:00
proto/go pass through property values to RunRequest (#14273) 2023-10-20 10:44:16 +00:00
python Replace ResourceSet with a generic set type (#14724) 2023-12-03 23:20:43 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Reimport appdash from our mirror (#14701) 2023-11-30 14:21:35 +00:00
go.sum Reimport appdash from our mirror (#14701) 2023-11-30 14:21:35 +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.