File tree 1 file changed +7
-5
lines changed
docs/admin/templates/extending-templates
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,15 @@ the workspace owner to change a provisioner group (due to different tags). In
70
70
most cases, ` coder_parameter ` s backing ` coder_workspace_tags ` should be marked
71
71
as immutable and set only once, during workspace creation.
72
72
73
- ** We recommend only using the following as inputs for ` coder_workspace_tags ` :**
73
+ We recommend using only the following as inputs for ` coder_workspace_tags ` :
74
74
75
- - Static values (e.g. ` "developers" ` ),
76
- - Template variables (e.g. ` var.az ` ),
77
- - Coder parameters (e.g. ` data.coder_parameter.runtime_selector.value ` ).
75
+ | | Example |
76
+ | :-------------------| :--------|
77
+ | Static values | ` developers ` |
78
+ | Template variables | ` var.az ` |
79
+ | Coder parameters | ` data.coder_parameter.runtime_selector.value ` |
78
80
79
- Passing template tags in from other data sources may have undesired effects!
81
+ Passing template tags in from other data sources may have undesired effects.
80
82
81
83
### HCL syntax
82
84
You can’t perform that action at this time.
0 commit comments