sparse-intern-71089
02/07/2023, 1:31 PMbillowy-army-68599
stack.getAllConfig()
after you’ve run a destroy?billowy-army-68599
stack.getAllConfig
will only return a value after a successgul stack.up
operationcool-plastic-87476
02/07/2023, 1:51 PMstack.getAllConfig()
which returns an empty object.
If I would run a pulumi up in step 3, after running the stack selection but before anything else, it cleans configurations and deletes all resourcesbillowy-army-68599
billowy-army-68599
getAllConfig
after you run setConfig
cool-plastic-87476
02/07/2023, 1:58 PMbillowy-army-68599
pulumi destroy
?billowy-army-68599
cool-plastic-87476
02/07/2023, 1:59 PMbillowy-army-68599
refresh
first after you select the stackcool-plastic-87476
02/07/2023, 2:09 PMpulumi.refresh()
(since that one also cleaned my configuration) instead of the pulumi.refreshConfig()
😄 Thanks a lot 🙂