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 331bf67 commit a09ec5aCopy full SHA for a09ec5a
docs/admin/templates/extending-templates/variables.md
@@ -75,7 +75,7 @@ for providing values to variables using the Coder CLI:
75
1. _Manual input in CLI_: You can manually input values for Terraform variables
76
directly in the CLI during the deployment process.
77
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
+1. _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
81
selected via the `--variables-file values.yml` command-line argument. This
0 commit comments