File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
docs/admin/templates/extending-templates Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,11 @@ for providing values to variables using the Coder CLI:
7474
75751 . _ 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
You can’t perform that action at this time.
0 commit comments