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 13a6a1b commit b10aa84Copy full SHA for b10aa84
docs/admin/templates/extending-templates/variables.md
@@ -74,7 +74,8 @@ 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
-1. _Web UI_: You can set or edit variable values under **Variables** in the template's settings.
+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.
81
1. _Variables file selection_: Alternatively, you can use a variables file
0 commit comments