diff --git a/website/docs/language/functions/filesha1.mdx b/website/docs/language/functions/filesha1.mdx index f2a1bf3fa2..08127d256c 100644 --- a/website/docs/language/functions/filesha1.mdx +++ b/website/docs/language/functions/filesha1.mdx @@ -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.