I'm trying to create this convention where
created stacks are done via cli
destruction of stacks are done via pulumi UI
unfortunately im unable to automatically configure each stack's deployment config
i need the option for stack destroy to be optional in the UI and it will only be enabled when i configure the deployment..
im working with ts
I tried with the pulumi client, rest api, and zero luck..
the only way i found that a stack can be configured automatically is by connecting each stack to a git repo
which i dont want, because the lifecycle of stack creations must be controlled on my side
any idea how to get this done ?