Hash content of a binary file
Instead of using base64sha256(file(filename))
use filebase64sha256(filename)
to hash content of a binary file. Method file(filename)
accepts only UTF-8 text since Terraform 0.12.
Instead of using base64sha256(file(filename))
use filebase64sha256(filename)
to hash content of a binary file. Method file(filename)
accepts only UTF-8 text since Terraform 0.12.