We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent02fd758 commit7be96bbCopy full SHA for 7be96bb
docs/admin/templates/extending-templates/variables.md
@@ -74,9 +74,11 @@ 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._Command-line argument_: Utilize the`--var name=value` command-line argument
+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
80
to specify variable values inline as key-value pairs.
-3._Variables file selection_: Alternatively, you can use a variables file
81
+1._Variables file selection_: Alternatively, you can use a variables file
82
selected via the`--variables-file values.yml` command-line argument. This
83
approach is particularly useful when dealing with multiple variables or to
84
avoid manual input of numerous values. Variables files can be versioned for