10000 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 2897ef943806ce4896e37762230b7c91654c187f
2 changes: 1 addition & 1 deletion docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ resource "docker_image" "workspace" {
}
```

### Persistent vs ephemeral resources
### Persistent vs. ephemeral resources

You can use the workspace state to ensure some resources in Coder can are
persistent, while others are ephemeral.
Expand Down
0