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: docs/templates/parameters.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,12 +248,14 @@ data "coder_parameter" "cpu" {
248
248
249
249
As a template improvement, the template author can consider making some of the new `coder_parameter` resources `mutable`.
250
250
251
-
## Managed Terraform variables
251
+
## Terraform template-wide variables
252
+
253
+
> ⚠️ Flag `feature_use_managed_variables` is available until v0.25.0 (Jul 2023) release. After this release, template-wide Terraform variables will be enabled by default.
252
254
253
255
As parameters are intended to be used only for workspace customization purposes, Terraform variables can be freely managed by the template author to build templates. Workspace users are not able to modify
254
256
template variables.
255
257
256
-
The template author can enable managed Terraform variables mode by specifying the following flag:
258
+
The template author can enable Terraform template-wide variables mode by specifying the following flag:
0 commit comments