Skip to content

Commit 52ea233

Browse files
authored
docs: incompatibility in parameter options for workspace builds (#9297)
1 parent 113894c commit 52ea233

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/templates/parameters.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,21 @@ data "coder_parameter" "docker_host" {
103103
}
104104
```
105105

106+
### Incompatibility in Parameter Options for Workspace Builds
107+
108+
When creating Coder templates, authors have the flexibility to modify parameter
109+
options associated with rich parameters. Such modifications can involve adding,
110+
substituting, or removing a parameter option. It's important to note that making
111+
these changes can lead to discrepancies in parameter values utilized by ongoing
112+
workspace builds.
113+
114+
Consequently, workspace users will be prompted to select the new value from a
115+
pop-up window or by using the command-line interface. While this additional
116+
interactive step might seem like an interruption, it serves a crucial purpose.
117+
It prevents workspace users from becoming trapped with outdated template
118+
versions, ensuring they can smoothly update their workspace without any
119+
hindrances.
120+
106121
## Required and optional parameters
107122

108123
A parameter is considered to be _required_ if it doesn't have the `default`

0 commit comments

Comments
 (0)