Files
opentf/website/docs/language/functions/base64gunzip.mdx
2024-08-12 16:23:54 +02:00

18 lines
553 B
Plaintext

---
sidebar_label: base64gunzip
description: |-
The base64gunzip function decodes a Base64-encoded string and uncompresses the result with gzip.
---
# `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](https://tools.ietf.org/html/rfc4648#section-4).
## Related Functions
* [`base64gzip`](../../language/functions/base64gzip.mdx) compresses a string with gzip and then encodes the result in
Base64 encoding.