pulumi/pkg/backend
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
..
display Ensure we show the properties that changed when doing a multi-stage replace. (#2153) 2018-11-05 12:37:53 -08:00
filestate Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
httpstate Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Don't prompt if you want to continue when --skip-preview is passed 2018-10-26 15:41:29 -07:00
backend.go Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
snapshot.go Use Infof instead of Info when formatting 2018-10-29 18:06:04 -05:00
snapshot_test.go Elide unnecessary checkpoint writes. (#1798) 2018-08-20 14:14:50 -07:00
stack.go Tidy up some data structures (#2135) 2018-11-01 08:28:11 -07:00
updates.go Add gitlab metadata - Part 1 (#2090) 2018-10-23 14:53:52 -07:00