Skip to content

Commit f290194

Browse files
committed
generate docs
1 parent 55a3dda commit f290194

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

docs/data-sources/file.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,12 @@ data "archive_file" "lambda_my_function" {
8080
### Read-Only
8181

8282
- `id` (String) The sha1 checksum hash of the output.
83-
- `output_base64sha256` (String) The base64-encoded SHA256 checksum of output archive file.
84-
- `output_md5` (String) The MD5 checksum of output archive file.
85-
- `output_sha` (String) The SHA1 checksum of output archive file.
83+
- `output_base64sha256` (String) Base64 Encoded SHA256 checksum of output file
84+
- `output_base64sha512` (String) Base64 Encoded SHA512 checksum of output file
85+
- `output_md5` (String) MD5 of output file
86+
- `output_sha` (String) SHA1 checksum of output file
87+
- `output_sha256` (String) SHA256 checksum of output file
88+
- `output_sha512` (String) SHA512 checksum of output file
8689
- `output_size` (Number) The byte size of the output archive file.
8790

8891
<a id="nestedblock--source"></a>

docs/resources/file.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ description: |-
3333
### Read-Only
3434

3535
- `id` (String) The sha1 checksum hash of the output.
36-
- `output_base64sha256` (String) The base64-encoded SHA256 checksum of output archive file.
37-
- `output_md5` (String) The MD5 checksum of output archive file.
38-
- `output_sha` (String) The SHA1 checksum of output archive file.
36+
- `output_base64sha256` (String) Base64 Encoded SHA256 checksum of output file
37+
- `output_base64sha512` (String) Base64 Encoded SHA512 checksum of output file
38+
- `output_md5` (String) MD5 of output file
39+
- `output_sha` (String) SHA1 checksum of output file
40+
- `output_sha256` (String) SHA256 checksum of output file
41+
- `output_sha512` (String) SHA512 checksum of output file
3942
- `output_size` (Number) The byte size of the output archive file.
4043

4144
<a id="nestedblock--source"></a>

0 commit comments

Comments
 (0)