able-rose-67471
09/25/2020, 8:11 AMstatic _Task_<int> Main() => Deployment.RunAsync<_AppStack_>();
The AppStack
class is just one of the services for my applications supporting infrastructure. If I have other services, for example PaymentApiStack
, SmtpStack
, etc; is it possible to have multiple stacks in one Pulumi program or would I have to create many programs to achieve this?
Or am I misunderstanding the purpose of a Stacks?tall-librarian-49374
09/25/2020, 11:43 AMable-rose-67471
09/25/2020, 12:39 PMworried-city-86458
09/25/2020, 6:51 PMpulumi up -c
or do you mean config outside of the usual pulumi config? I presume the latter since it would be read before the deployment run is called?tall-librarian-49374
09/25/2020, 7:26 PMlemon-agent-27707
09/27/2020, 12:59 PM