pulumi/pkg/resource/deploy
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
..
deploytest Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
providers Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
builtins.go Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
plan.go Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
plan_executor.go Process deletions conservatively in parallel (#1963) 2018-09-27 15:49:08 -07:00
plan_test.go Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
snapshot.go Add a list of in-flight operations to the deployment (#1759) 2018-08-10 21:39:59 -07:00
source.go Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
source_error.go Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
source_eval.go Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
source_eval_test.go Adopt golangci-lint and address issues 2018-11-08 14:11:47 -08:00
source_fixed.go
source_null.go
step.go Eliminate the same prefix 2018-09-22 13:34:43 -07:00
step_executor.go Default to unbounded parallelism (#2065) 2018-10-17 15:33:26 -07:00
step_generator.go Process deletions conservatively in parallel (#1963) 2018-09-27 15:49:08 -07:00
target.go Add license headers 2018-05-22 15:02:47 -07:00