What is the best way to manage multiple accounts w...
# aws
f
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
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
Yep, this is what I ended up doing