Skip to content

Commit 26c7b0f

Browse files
authored
chore(docs): clarify that variables be edited through the web UI
1 parent e4597ed commit 26c7b0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ 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+
2. _Web UI_: You can set and/or edit variable values under "Variables" in the template's settings.
78+
3. _Command-line argument_: Utilize the `--var name=value` command-line argument
7879
to specify variable values inline as key-value pairs.
79-
3. _Variables file selection_: Alternatively, you can use a variables file
80+
4. _Variables file selection_: Alternatively, you can use a variables file
8081
selected via the `--variables-file values.yml` command-line argument. This
8182
approach is particularly useful when dealing with multiple variables or to
8283
avoid manual input of numerous values. Variables files can be versioned for

0 commit comments

Comments
 (0)