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
#aws
Title
f
few-painting-77267
09/09/2020, 10:42 AM
What is the best way to manage multiple accounts with Pulumi? On GCP, each resource has a
project
property to specify which project it belongs to
a
ambitious-father-68746
09/09/2020, 4:30 PM
You can have multiple providers
This is for AWS, using Python, but might give you an idea of how it can be used:
https://gist.github.com/Sodki/95b04ee9f4f44ed81de23b0cff3a4685
f
few-painting-77267
09/10/2020, 5:31 AM
Yep, this is what I ended up doing
Post