Hello guys! I am new to Pulumi, and I want to unde...
# general
h
Hello guys! I am new to Pulumi, and I want to understand the best approach to tackle my use case, Currently I have an IAM project with 10 stacks, and there is an automation for applying the changes that are made there. each change in the project leads to 7 minutes that the cloud build runs because it going over each stack by order. - Which is a lot of time for updating permissions A suggestion came up in my team to merge all the stacks to 1 file, so the "pulumi up" will supposedly run only once, and by that the apply time will shorten Is that possible? And is there a better approach to that?
@millions-market-17062
m
+1