diff --git a/website/docs/language/functions/filesha256.mdx b/website/docs/language/functions/filesha256.mdx index 76ed16d65a..9052fc6e54 100644 --- a/website/docs/language/functions/filesha256.mdx +++ b/website/docs/language/functions/filesha256.mdx @@ -46,5 +46,6 @@ output "file_hash" { ## Related functions -- [`sha1`](/terraform/language/functions/sha1) computes the SHA1 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. +- [`sha256`](/terraform/language/functions/sha256) computes the SHA1 hash of a given string 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. +- [`filesha1`](/terraform/language/functions/filesha1)computes the SHA1 hash of a given file and encodes it with hexadecimal digits.