Skip to main content

base64gunzip Function

base64gunzip decodes a Base64-encoded string and uncompresses the result with gzip.

Opentofu uses the "standard" Base64 alphabet as defined in RFC 4648 section 4.

  • base64gzip compresses a string with gzip and then encodes the result in Base64 encoding.