This message was deleted.
# python
s
This message was deleted.
l
Given the two deployments conflict with each other, the simplest thing you can do is to remove the old setup first from your Pulumi stack, run
pulumi up
to undeploy it, then add the new setup to your code and run
pulumi up
again.
b
Yes, that would be simplest but I’d like to avoid this due to our git-ops workflow.