docs: correct function name in `textencodebase64` documentation (#35401)

pull/35411/head
Koki Sato 2 years ago committed by GitHub
parent 73b9a681a6
commit fd0d3e71b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,7 +16,7 @@ specified character encoding, returning the result base64 encoded because
Terraform language strings are always sequences of unicode characters.
```hcl
substr(string, encoding_name)
textencodebase64(string, encoding_name)
```
Terraform uses the "standard" Base64 alphabet as defined in

Loading…
Cancel
Save