Files
opentf/website/docs/language/functions/base64gunzip.mdx
2024-01-08 15:05:20 +01:00

18 lines
582 B
Plaintext

---
page_title: base64gunzip - Functions - Configuration Language
description: |-
The base64gunzip funtion 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`](/docs/language/functions/base64gzip) compresses a string with gzip and then encodes the result in
Base64 encoding.