Back to Opentofu

`base64gunzip` Function

website/docs/language/functions/base64gunzip.mdx

1.11.6400 B
Original Source

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.