https://pulumi.com logo
#general
Title
# general
r

rhythmic-match-71423

10/19/2023, 6:46 PM
Is it possible to set a config to true for new stacks, but false for old without touching every existing stack (impractical)? Or otherwise detect stack update vs create? I have a breaking change that requires manual fixes on old stacks, but I don't want any new stacks launched in the old state.
if I could update config inside an
up
, then I could make a little state machine myself
but the preview probably would break
also can't recover from a failed .get() it seems https://github.com/pulumi/pulumi/issues/3364