mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Migrating links to new format
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user