Update website/docs/language/functions/base64gzip.mdx

This commit is contained in:
Tu Nguyen 2024-08-16 15:54:51 -07:00 committed by GitHub
parent 276bf72fc1
commit 580d3afb34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ resource "aws_s3_object" "example" {
}
```
## Related Functions
## Related functions
* [`base64encode`](/terraform/language/functions/base64encode) applies Base64 encoding to an HCL string without using gzip compression.
* [`filebase64`](/terraform/language/functions/filebase64) reads a file from the local filesystem and encodes its raw bits using the Base64 format.