pulumi/sdk
Pat Gavlin bc08574136
Add an API for importing stack outputs (#2180)
These changes add a new resource to the Pulumi SDK,
`pulumi.StackReference`, that represents a reference to another stack.
This resource has an output property, `outputs`, that contains the
complete set of outputs for the referenced stack. The Pulumi account
performing the deployment that creates a `StackReference`  must have
access to the referenced stack or the call will fail.

This resource is implemented by a builtin provider managed by the engine.
This provider will be used for any custom resources and invokes inside
the `pulumi:pulumi` module. Currently this provider supports only the
`pulumi:pulumi:StackReference` resource.

Fixes #109.
2018-11-14 13:33:35 -08:00
..
go Use Infof instead of Infoln when we have format strings 2018-11-08 14:11:52 -08:00
nodejs Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
proto Fix, formalize and add tests for property rewrites (#2187) 2018-11-12 09:26:31 -08:00
python Fix, formalize and add tests for property rewrites (#2187) 2018-11-12 09:26:31 -08:00
README.md Update stale README 2018-06-30 09:55:12 -07:00

README.md

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/.