Available Terraform Sandboxes
base64sha256
base64sha512
bcrypt
filebase64sha256
filebase64sha512
filemd5
filesha1
filesha256
filesha512
md5
rsadecrypt
sha1
sha256
sha512
uuid
uuidv5
You are viewing documentation for version v1.6.x. View latest version.
filesha512 is a variant of sha512 that hashes the contents of a given file rather than a literal string.
This is similar to sha512(file(filename)), but because file accepts only UTF-8 text it cannot be used to create hashes for binary files.
sha512(file(filename))
file