Skip to content

Commit ec1df4b

Browse files
committed
fixup! set image = builder_image if not exists
1 parent f817274 commit ec1df4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-sources/cached_image.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ resource "docker_container" "container" {
6565
- `env` (List of String) Computed envbuilder configuration to be set for the container.
6666
- `exists` (Boolean) Whether the cached image was exists or not for the given config.
6767
- `id` (String) Cached image identifier. This will generally be the image's SHA256 digest.
68-
- `image` (String) Outputs the cached image URL if it exists, otherwise the builder image URL is output instead.
68+
- `image` (String) Outputs the cached image URL if it exists, otherwise the builder image URL as output instead.

0 commit comments

Comments
 (0)