diff --git a/website/docs/language/functions/filesha512.mdx b/website/docs/language/functions/filesha512.mdx index 2b42b33ab5..cb9aadd1d0 100644 --- a/website/docs/language/functions/filesha512.mdx +++ b/website/docs/language/functions/filesha512.mdx @@ -47,6 +47,6 @@ output "file_hash" { ## Related functions -- [`sha512`](/terraform/language/functions/sha512) computes the SHA512 hash of a given string and encodes it with hexadecimal digits. -- [`filesha256`](/terraform/language/functions/filesha256) computes the SHA1 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. +- [`sha512`](/terraform/language/functions/sha512) computes the SHA-512 hash of a given string and encodes it with hexadecimal digits. +- [`filesha256`](/terraform/language/functions/filesha256) computes the SHA-1 hash of a given file and encodes it with hexadecimal digits. +- [`filesha1`](/terraform/language/functions/filesha1)computes the SHA-1 hash of a given file and encodes it with hexadecimal digits.