mirror of https://github.com/pulumi/pulumi.git
bc08574136
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. |
||
---|---|---|
.. | ||
config | ||
deploy | ||
edit | ||
graph | ||
plugin | ||
provider | ||
stack | ||
testdata | ||
asset.go | ||
asset_test.go | ||
errors.go | ||
properties.go | ||
properties_diff.go | ||
properties_diff_test.go | ||
properties_test.go | ||
resource_goal.go | ||
resource_id.go | ||
resource_id_test.go | ||
resource_operation.go | ||
resource_state.go | ||
stack.go | ||
status.go | ||
urn.go | ||
urn_test.go |