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