Migrating links to new format

This commit is contained in:
Ashlee Boyer
2023-02-23 12:55:56 -05:00
parent c5d0bd40b9
commit 32f7b8ebd0
243 changed files with 1126 additions and 1126 deletions

View File

@@ -7,9 +7,9 @@ description: |-
# `filesha1` Function
`filesha1` is a variant of [`sha1`](/language/functions/sha1)
`filesha1` is a variant of [`sha1`](/terraform/language/functions/sha1)
that hashes the contents of a given file rather than a literal string.
This is similar to `sha1(file(filename))`, but
because [`file`](/language/functions/file) accepts only UTF-8 text it cannot be used to
because [`file`](/terraform/language/functions/file) accepts only UTF-8 text it cannot be used to
create hashes for binary files.