You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an use case with Terraform that I would want to read a file from system, do a set of string replacements in that file based in variables defined in jsonnet and then base64 encode the resulted string so that I can pass that into the created json.
I suppose that I could do a pull request for a function which loads a file from the filesystem as a string, if it's generally agreed that it's a feature suitable to the stdlib.
The text was updated successfully, but these errors were encountered:
I have an use case with Terraform that I would want to read a file from system, do a set of string replacements in that file based in variables defined in jsonnet and then base64 encode the resulted string so that I can pass that into the created json.
I suppose that I could do a pull request for a function which loads a file from the filesystem as a string, if it's generally agreed that it's a feature suitable to the stdlib.
The text was updated successfully, but these errors were encountered: