You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-36
Original file line number
Diff line number
Diff line change
@@ -7,42 +7,7 @@ If it is found that building a particular dev container would produce the same i
7
7
8
8
## Usage
9
9
10
-
Below is a very basic usage example. This checks a local registry running on port 5000 for an image built from the [Envbuilder Starter Devcontainer repo](https://github.com/coder/envbuilder-starter-devcontainer).
value = envbuilder_cached_image.example.builder_image
29
-
}
30
-
31
-
output "exists" {
32
-
value = envbuilder_cached_image.example.exists
33
-
}
34
-
35
-
output "id" {
36
-
value = envbuilder_cached_image.example.id
37
-
}
38
-
39
-
output "image" {
40
-
value = envbuilder_cached_image.example.image
41
-
}
42
-
43
-
```
44
-
45
-
Take a look at [`envbuilder_cached_image_resource.tf`](./examples/resources/envbuilder_cached_image/envbuilder_cached_image_resource.tf) folder for a more detailed example.
10
+
Take a look at [`envbuilder_cached_image_resource.tf`](./examples/resources/envbuilder_cached_image/envbuilder_cached_image_resource.tf) folder for a detailed usage example.
46
11
47
12
For use with [Coder](https://github.com/coder/coder), see the [Dev Containers documentation](https://coder.com/docs/templates/dev-containers) and check out the example templates:
0 commit comments