Prevent destroying and recreating home volume on workspace update

Using this example template: https://github.com/coder/coder/tree/main/examples/templates/do-linux

When I make a change to
cloud-config.tftpl
, the volume that houses my user's home directory gets destroyed and recreated each time I update the workspace to the newest version of my template.

How can I prevent this? I'd like to be able to push a new version of the template that, say, installs some additional program, and have the user be able to update their workspace to the new version without blasting whatever the user was working on in their home directory.
GitHub
Remote development environments on your infrastructure provisioned with Terraform - coder/examples/templates/do-linux at main · coder/coder
Was this page helpful?