hello Puluminati. I'm wondering if/how others are ...
# general
a
hello Puluminati. I'm wondering if/how others are handling the dynamic multi-tenancy use case with Pulumi. I need to programmatically spin up and tear down client environments in response to e.g. sign-ups, ideally without committing any stack yml files to a repo. In my browse of the docs I couldn't find a blessed pattern for this. anyone got some XP here?
e
I would start by checking out Automation API, if you are not familiar.
We also have a channel for it, if you want 🙂 #automation-api
a
thanks Simen. of course by multi-tenancy I actually meant single-tenancy 🤦‍♂️. looks like automation API is what I need