pulumi/pkg
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
..
apitype Add missing annotation 2018-11-09 11:11:05 -08:00
backend Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
diag Support colors in CI/CD environments (#2094) 2018-10-24 14:45:15 -07:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
graph Add license headers 2018-05-22 15:02:47 -07:00
operations Fix log retrieval for lambdas. (#2160) 2018-11-05 12:27:11 -08:00
resource Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
testing Don't write a lock file when installing test packages 2018-11-08 12:09:10 -08:00
tokens Adopt golangci-lint and address issues 2018-11-08 14:11:47 -08:00
tools Add a `WriteString` method to `tools/GenWriter`. (#1839) 2018-08-29 14:43:20 -07:00
util Add CircleCI support (#2143) 2018-11-01 11:20:31 -07:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Download plugins to temp folder before installing 2018-11-12 14:09:26 -08:00