From 7be96bbb09ca4d3fc70758eaa756d8febf4d032b Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:55:19 +0100 Subject: [PATCH] chore(docs): clarify that variables be edited through the web UI (#15799) --- docs/admin/templates/extending-templates/variables.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/admin/templates/extending-templates/variables.md b/docs/admin/templates/extending-templates/variables.md index 69669892f6..acb064e15c 100644 --- a/docs/admin/templates/extending-templates/variables.md +++ b/docs/admin/templates/extending-templates/variables.md @@ -74,9 +74,11 @@ for providing values to variables using the Coder CLI: 1. _Manual input in CLI_: You can manually input values for Terraform variables directly in the CLI during the deployment process. -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 + template's settings. +1. _Command-line argument_: Utilize the `--var name=value` command-line argument to specify variable values inline as key-value pairs. -3. _Variables file selection_: Alternatively, you can use a variables file +1. _Variables file selection_: Alternatively, you can use a variables file selected via the `--variables-file values.yml` command-line argument. This approach is particularly useful when dealing with multiple variables or to avoid manual input of numerous values. Variables files can be versioned for