File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,26 @@ resource "docker_container" "container" {
39
39
40
40
### Optional
41
41
42
+ - ` base_image_cache_dir ` (String) TODO
43
+ - ` build_context_path ` (String) TODO
42
44
- ` 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
43
50
- ` 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
44
55
- ` git_password ` (String, Sensitive) The password to use for Git authentication. This is optional.
56
+ - ` git_ssh_private_key_path ` (String) TODO
45
57
- ` 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.
46
62
47
63
### Read-Only
48
64
You can’t perform that action at this time.
0 commit comments