Skip to content

Commit 7be96bb

Browse files
authored
chore(docs): clarify that variables be edited through the web UI (coder#15799)
1 parent 02fd758 commit 7be96bb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/admin/templates/extending-templates/variables.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,11 @@ for providing values to variables using the Coder CLI:
7474

7575
1. _Manual input in CLI_: You can manually input values for Terraform variables
7676
directly in the CLI during the deployment process.
77-
2. _Command-line argument_: Utilize the `--var name=value` command-line argument
77+
1. _Web UI_: You can set or edit variable values under **Variables** in the
78+
template's settings.
79+
1. _Command-line argument_: Utilize the `--var name=value` command-line argument
7880
to specify variable values inline as key-value pairs.
79-
3. _Variables file selection_: Alternatively, you can use a variables file
81+
1. _Variables file selection_: Alternatively, you can use a variables file
8082
selected via the `--variables-file values.yml` command-line argument. This
8183
approach is particularly useful when dealing with multiple variables or to
8284
avoid manual input of numerous values. Variables files can be versioned for

0 commit comments

Comments
 (0)