Update filesha1.mdx

pull/35599/head
CJ 2 years ago committed by GitHub
parent 703259a05f
commit e593ce053e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -45,5 +45,6 @@ output "file_hash" {
## Related functions
- [`sha256`](/terraform/language/functions/sha256) computes the SHA256 hash of a given string and encodes it with hexadecimal digits.
- [`sha512`](/terraform/language/functions/sha512) computes the SHA512 hash of a given string and encodes it with hexadecimal digits.
- [`sha1`](/terraform/language/functions/sha1) computes the SHA1 hash of a given string and encodes it with hexadecimal digits.
- [`filesha256`](/terraform/language/functions/filesha256) computes the SHA256 hash of a given file and encodes it with hexadecimal digits.
- [`filesha512`](/terraform/language/functions/filesha512) computes the SHA512 hash of a given file and encodes it with hexadecimal digits.

Loading…
Cancel
Save