Skip to content

tm_base64gunzip Function ​

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

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

  • tm_base64gzip compresses a string with gzip and then encodes the result in Base64 encoding.
  • tm_base64decode decodes a Base64 string without gzip decompression.