We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c7b0f commit 331bf67Copy full SHA for 331bf67
docs/admin/templates/extending-templates/variables.md
@@ -74,7 +74,7 @@ for providing values to variables using the Coder CLI:
74
75
1. _Manual input in CLI_: You can manually input values for Terraform variables
76
directly in the CLI during the deployment process.
77
-2. _Web UI_: You can set and/or edit variable values under "Variables" in the template's settings.
+1. _Web UI_: You can set or edit variable values under **Variables** in the template's settings.
78
3. _Command-line argument_: Utilize the `--var name=value` command-line argument
79
to specify variable values inline as key-value pairs.
80
4. _Variables file selection_: Alternatively, you can use a variables file
0 commit comments