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
Copy file name to clipboardExpand all lines: examples/templates/gcp-devcontainer/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,11 +54,11 @@ This template provisions the following resources:
54
54
- GCP VM (persistent)
55
55
- GCP Disk (persistent, mounted to root)
56
56
57
-
Coder persists the root volume. The full filesystem is preserved when the workspace restarts. See this [community example](https://github.com/bpmct/coder-templates/tree/main/aws-linux-ephemeral) of an ephemeral AWS instance.
57
+
Coder persists the root volume. The full filesystem is preserved when the workspace restarts.
58
58
59
59
> **Note**
60
60
> This template is designed to be a starting point! Edit the Terraform to extend the template to support your use case.
61
61
62
62
## code-server
63
63
64
-
`code-server` is installed via the [`code-server`](https://registry.coder.com/modules/code-server) registry module. For a list of all modules and templates pplease check [Coder Registry](https://registry.coder.com).
64
+
`code-server` is installed via the [`code-server`](https://registry.coder.com/modules/code-server) registry module. Please check [Coder Registry](https://registry.coder.com) for a list of all modules and templates.
0 commit comments