mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Change docs links: /opentf-> /docs (#367)
Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com>
This commit is contained in:
@@ -7,9 +7,9 @@ description: |-
|
||||
|
||||
# `filebase64sha512` Function
|
||||
|
||||
`filebase64sha512` is a variant of [`base64sha512`](/opentf/language/functions/base64sha512)
|
||||
`filebase64sha512` is a variant of [`base64sha512`](/docs/language/functions/base64sha512)
|
||||
that hashes the contents of a given file rather than a literal string.
|
||||
|
||||
This is similar to `base64sha512(file(filename))`, but
|
||||
because [`file`](/opentf/language/functions/file) accepts only UTF-8 text it cannot be used to
|
||||
because [`file`](/docs/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