Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
c
cuddly-eye-68174
01/10/2019, 10:17 AM
Is this:
https://github.com/pulumi/pulumi/blob/master/sdk/nodejs/stackReference.ts#L21
would be the tool what does this?
g
gorgeous-egg-16927
01/10/2019, 3:49 PM
Yes, StackReference does what you need. Here's an example where we created the identity stack separately from the infrastructure stack:
https://github.com/pulumi/kubernetes-the-prod-way/blob/34c1bfded93822e02fb2ce8365f71b50b2d2d537/gcp/infrastructure/config.ts#L20
Post