pulumi/tests
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
..
integration Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
main_test.go Update test frameworks to new packages 2018-09-05 08:16:14 -07:00
new_test.go Initial support for passing URLs to `new` and `up` (#1727) 2018-08-10 18:08:16 -07:00
stack_test.go Implement RegisterResourceOutputs for Python 3 (#2173) 2018-11-08 09:44:34 -08:00