We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465b7c7 commit ba86e08Copy full SHA for ba86e08
website/docs/d/archive_file.html.markdown
@@ -93,8 +93,14 @@ The following attributes are exported:
93
94
* `output_size` - The size of the output archive file.
95
96
+* `output_md5` - The MD5 checksum of output archive file.
97
+
98
* `output_sha` - The SHA1 checksum of output archive file.
99
-* `output_base64sha256` - The base64-encoded SHA256 checksum of output archive file.
100
+* `output_sha256` - SHA256 checksum of output file.
101
-* `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