File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
docs/admin/templates/extending-templates Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ data "coder_parameter" "dotfiles_url" {
207
207
Immutable parameters can only be set in these situations:
208
208
209
209
- Creating a workspace for the first time.
210
- - Updating a workspace to a new template version. This sets the initial value
211
- for required parameters.
210
+ - Updating a workspace to a new template version.
211
+ This sets the initial value for required parameters.
212
212
213
213
The idea is to prevent users from modifying fragile or persistent workspace
214
214
resources like volumes, regions, and so on.
@@ -224,9 +224,8 @@ data "coder_parameter" "region" {
224
224
}
225
225
```
226
226
227
- You can modify a parameter' s ` mutable` attribute state anytime. In case of
228
- emergency, you can temporarily allow for changing immutable parameters to fix an
229
- operational issue, but it is not advised to overuse this opportunity.
227
+ If a required parameter is empty or if the workspace creation page detects an incompatibility between selected
228
+ parameters, the **Create workspace** button is disabled until the issues are resolved.
230
229
231
230
## Ephemeral parameters
232
231
You can’t perform that action at this time.
0 commit comments