8000 add enhanced docs for creating & troubleshooting templates by bpmct · Pull Request #2546 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

add enhanced docs for creating & troubleshooting templates #2546

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 9 commits into from
Jun 21, 2022
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
Prev Previous commit
Next Next commit
Update docs/templates.md
Co-authored-by: Katie Horne <katie@coder.com>
  • Loading branch information
bpmct and Katie Horne authored Jun 21, 2022
commit 43fda12ef1ef6405fc78cb3b0516c18813c5fdb6
2 changes: 1 addition & 1 deletion docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Terraform. There are two types of parameters:
or "workspace image".

The template sample below uses *admin and user parameters* to allow developers to
create workspaces from any image as long as it in the proper registry:
create workspaces from any image as long as it is in the proper registry:

```hcl
variable "image_registry_url" {
Expand Down
0