pulumi-stacks
The pulumi-stacks
provider enables you to import Stack outputs from Pulumi into your Environment.
Example
stack-outputs:
fn::open::pulumi-stacks:
stacks:
myNetworkingStack:
stack: myNetworkingProject/prod
myDataStack:
stack: myDataProject/prod
Inputs
Property | Type | Description |
---|---|---|
stacks | map[string]PulumiStack | A map of names to stacks to get outputs from. |
PulumiStack
Property | Type | Description |
---|---|---|
stack | string | The project-qualified name of the stack to get outputs for, e.g. myProject/dev . |
Outputs
The pulumi-stacks
provider returns a map of names to raw output values for the specified stacks.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.