Skip to content

chore(docs): clarify that variables be edited through the web UI #15799

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Dec 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(docs): clarify that variables be edited through the web UI
  • Loading branch information
phorcys420 authored Dec 9, 2024
commit 26c7b0f9f7ce582e79bee6ae74a0d4c272fd47e7
5 changes: 3 additions & 2 deletions docs/admin/templates/extending-templates/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ 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
2. _Web UI_: You can set and/or edit variable values under "Variables" in the template's settings.
3. _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
4. _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
Expand Down
Loading