Skip to content

Commit ba86e08

Browse files
committed
update docs
1 parent 465b7c7 commit ba86e08

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

website/docs/d/archive_file.html.markdown

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,14 @@ The following attributes are exported:
9393

9494
* `output_size` - The size of the output archive file.
9595

96+
* `output_md5` - The MD5 checksum of output archive file.
97+
9698
* `output_sha` - The SHA1 checksum of output archive file.
9799

98-
* `output_base64sha256` - The base64-encoded SHA256 checksum of output archive file.
100+
* `output_sha256` - SHA256 checksum of output file.
99101

100-
* `output_md5` - The MD5 checksum of output archive file.
102+
* `output_base64sha256` - Base64 Encoded SHA256 checksum of output file.
103+
104+
* `output_sha512` - SHA512 checksum of output file.
105+
106+
* `output_base64sha512` - Base64 Encoded SHA512 checksum of output file.

0 commit comments

Comments
 (0)