Skip to content

Commit 076ec3c

Browse files
committed
make gen
1 parent 7e0ea42 commit 076ec3c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/data-sources/cached_image.md

+16
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,26 @@ resource "docker_container" "container" {
3939

4040
### Optional
4141

42+
- `base_image_cache_dir` (String) TODO
43+
- `build_context_path` (String) TODO
4244
- `cache_ttl_days` (Number) The number of days to use cached layers before expiring them. Defaults to 7 days.
45+
- `devcontainer_dir` (String) TODO
46+
- `devcontainer_json_path` (String) TODO
47+
- `docker_config_base64` (String) TODO
48+
- `dockerfile_path` (String) TODO
49+
- `exit_on_build_failure` (Boolean) TODO
4350
- `extra_env` (Map of String) Extra environment variables to set for the container. This may include evbuilder options.
51+
- `fallback_image` (String) TODO
52+
- `git_clone_depth` (Number) TODO
53+
- `git_clone_single_branch` (Boolean) TODO
54+
- `git_http_proxy_url` (String) TODO
4455
- `git_password` (String, Sensitive) The password to use for Git authentication. This is optional.
56+
- `git_ssh_private_key_path` (String) TODO
4557
- `git_username` (String) The username to use for Git authentication. This is optional.
58+
- `ignore_paths` (List of String) TODO
59+
- `insecure` (Boolean) TODO
60+
- `ssl_cert_base64` (String) TODO
61+
- `verbose` (Boolean) Enable verbose output.
4662

4763
### Read-Only
4864

0 commit comments

Comments
 (0)