File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,21 @@ data "coder_parameter" "docker_host" {
103
103
}
104
104
```
105
105
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
+
106
121
## Required and optional parameters
107
122
108
123
A parameter is considered to be _ required_ if it doesn't have the ` default `
You can’t perform that action at this time.
0 commit comments