File tree 1 file changed +4
-2
lines changed
docs/admin/templates/extending-templates
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:
74
74
75
75
1 . _ Manual input in CLI_ : You can manually input values for Terraform variables
76
76
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
78
80
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
80
82
selected via the ` --variables-file values.yml ` command-line argument. This
81
83
approach is particularly useful when dealing with multiple variables or to
82
84
avoid manual input of numerous values. Variables files can be versioned for
You can’t perform that action at this time.
0 commit comments