Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hcl2template: add filebase64 function #13202

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. hcl2template: add filebase64 function

    The filebase64 function aims to read and encode a file's contents into
    base64.
    This is mostly to support reading the content of a file that is not
    valid UTF-8, as is the case with the `file` function.
    lbajolet-hashicorp committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    da06110 View commit details
    Browse the repository at this point in the history