You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
coderd. For other ways to authenticate [consult the Terraform docs](https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs).
42
+
43
+
## Architecture
44
+
45
+
This template provisions the following resources:
46
+
47
+
- Azure VM (ephemeral, deleted on stop)
48
+
- Managed disk (persistent, mounted to `/home/coder`)
49
+
50
+
This means, when the workspace restarts, any tools or files outside of the home directory are not persisted. To pre-bake tools into the workspace (e.g. `python3`), modify the VM image, or use a [startup script](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/script).
51
+
52
+
> **Note**
53
+
> This template is designed to be a starting point! Edit the Terraform to extend the template to support your use case.
0 commit comments