nice-plastic-94318
07/12/2022, 9:11 AMancient-car-89914
07/12/2022, 12:41 PMnice-plastic-94318
07/12/2022, 12:49 PMancient-car-89914
07/12/2022, 2:22 PMsteep-toddler-94095
07/12/2022, 4:16 PMit seems to be easier just to call the rest endpoints for resource creation insteadI'd be very cautious of this opinion. If you create the resources yourself, you'll also have to handle state management yourself. You'll end up building something like Pulumi internally. I'm not 100% sure exactly what you are saying, but here's how I interpret it: You have a database with a list of customers and users. Based on this data, you want to maintain a representation of these customers and users that you create from Pulumi. If the customers/users in the db change, you want Pulumi to add/delete them as well when you run
pulumi up
against the stack
If that's the case, this is totally doable with just a single Pulumi Stack. What sort of issues are you running into?nice-plastic-94318
07/13/2022, 3:43 AM