Skip to content

Commit c1120d8

Browse files
matifalibpmct
andauthored
Update posts/how-to-create-coder-templates/index.md
Co-authored-by: Ben Potter <me@bpmct.net>
1 parent 0914898 commit c1120d8

File tree

1 file changed

+1
-1
lines changed
  • posts/how-to-create-coder-templates

1 file changed

+1
-1
lines changed

posts/how-to-create-coder-templates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are many ways to organize your templates:
1818

1919
## What is the difference between a template and an image?
2020

21-
A template is a collection of settings that are used to create a workspace. An image is a collection of software that is used to create a workspace. A template can use one or more images. For example, you can have a template that uses the _ubuntu_ image and the _node_ image and the user will have the choice of which image to use when creating a workspace. Choices are managed by a terraform variable e.g.
21+
A template is a collection of infrastructure as code (Terraform) used to create workspaces. An image is a collection of software (e.g. Docker) that is used to create a workspace. A template can use one or more images. For example, you can have a template that uses the _golang_ image and the _node_ image, and the user will have the choice of which image to use when creating a workspace. Choices are managed by a terraform variable:
2222

2323
```hcl
2424
variable "image" {

0 commit comments

Comments
 (0)