From e593ce053e01ced11e6772a63e2dbbd988b902de Mon Sep 17 00:00:00 2001 From: CJ <105300705+cjobermaier@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:46:26 -0500 Subject: [PATCH] Update filesha1.mdx --- website/docs/language/functions/filesha1.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.