File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,12 @@ data "archive_file" "lambda_my_function" {
80
80
### Read-Only
81
81
82
82
- ` 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
86
89
- ` output_size ` (Number) The byte size of the output archive file.
87
90
88
91
<a id =" nestedblock--source " ></a >
Original file line number Diff line number Diff line change @@ -33,9 +33,12 @@ description: |-
33
33
### Read-Only
34
34
35
35
- ` 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
39
42
- ` output_size ` (Number) The byte size of the output archive file.
40
43
41
44
<a id =" nestedblock--source " ></a >
You can’t perform that action at this time.
0 commit comments