Hi - I’m trying to create a stack on digitalocean ...
# getting-started
c
Hi - I’m trying to create a stack on digitalocean - a droplet that mounts a data volume. The stack fails to update to a new droplet and attach the volume because the volume is already mounted to the old droplet, and digitalocean only allows volumes to be mounted to one droplet at a time. I think I essentially need to change the order of updates: first destroy the old droplet, then create the new droplet. Is this possible? Nevermind, found it: https://www.pulumi.com/docs/intro/concepts/resources/#deletebeforereplace