Skip to content

Commit a09ec5a

Browse files
Update docs/admin/templates/extending-templates/variables.md
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
1 parent 331bf67 commit a09ec5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ for providing values to variables using the Coder CLI:
7575
1. _Manual input in CLI_: You can manually input values for Terraform variables
7676
directly in the CLI during the deployment process.
7777
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
78+
1. _Command-line argument_: Utilize the `--var name=value` command-line argument
7979
to specify variable values inline as key-value pairs.
8080
4. _Variables file selection_: Alternatively, you can use a variables file
8181
selected via the `--variables-file values.yml` command-line argument. This

0 commit comments

Comments
 (0)