Skip to content

Commit 6157701

Browse files
fix: update docs
1 parent 3fd7526 commit 6157701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/cached_image.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The cached image resource can be used to retrieve a cached image produced by env
3737
- `git_clone_single_branch` (Boolean) (Envbuilder option) Clone only a single branch of the Git repository.
3838
- `git_http_proxy_url` (String) (Envbuilder option) The URL for the HTTP proxy. This is optional.
3939
- `git_password` (String, Sensitive) (Envbuilder option) The password to use for Git authentication. This is optional.
40-
- `git_ssh_private_key_base64` (String) (Envbuilder option) Base64 encoded SSH private key to be used for Git authentication.
40+
- `git_ssh_private_key_base64` (String, Sensitive) (Envbuilder option) Base64 encoded SSH private key to be used for Git authentication.
4141
- `git_ssh_private_key_path` (String) (Envbuilder option) Path to an SSH private key to be used for Git authentication.
4242
- `git_username` (String) (Envbuilder option) The username to use for Git authentication. This is optional.
4343
- `ignore_paths` (List of String) (Envbuilder option) The comma separated list of paths to ignore when building the workspace.

0 commit comments

Comments
 (0)