mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-21 09:48:11 -04:00
Update website/docs/language/functions/base64gzip.mdx
This commit is contained in:
parent
276bf72fc1
commit
580d3afb34
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue