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.
Related Functions β
tm_base64gzipcompresses a string with gzip and then encodes the result in Base64 encoding.tm_base64decodedecodes a Base64 string without gzip decompression.