From 26f4e8e4ff91de0131da3f8c7bd7c2f0f9418daa Mon Sep 17 00:00:00 2001 From: CJ <105300705+cjobermaier@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:07:03 -0500 Subject: [PATCH] Update filesha1.mdx --- website/docs/language/functions/filesha1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/functions/filesha1.mdx b/website/docs/language/functions/filesha1.mdx index 00d9ed5670..f569877d8d 100644 --- a/website/docs/language/functions/filesha1.mdx +++ b/website/docs/language/functions/filesha1.mdx @@ -12,7 +12,7 @@ The `filesha1` is a variant of [`sha1`](/terraform/language/functions/sha1) that because [`file`](/terraform/language/functions/file) accepts only UTF-8 text it cannot be used to create hashes for binary files. -! >**Security warning**: Collision attacks have been successfully performed against this hashing function. Before using this function for anything security-sensitive, review relevant literature to understand the security implications. +!> **Security warning**: Collision attacks have been successfully performed against this hashing function. Before using this function for anything security-sensitive, review relevant literature to understand the security implications. ## Syntax