mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Update website/docs/language/functions (#227)
Signed-off-by: Marcin Białoń <mbialon@spacelift.io>
This commit is contained in:
@@ -26,6 +26,6 @@ UTF-8 and then percent encoding is applied separately to each UTF-8 byte.
|
||||
Hello+World%21
|
||||
> urlencode("☃")
|
||||
%E2%98%83
|
||||
> "http://example.com/search?q=${urlencode("terraform urlencode")}"
|
||||
http://example.com/search?q=terraform+urlencode
|
||||
> "http://example.com/search?q=${urlencode("opentf urlencode")}"
|
||||
http://example.com/search?q=opentf+urlencode
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user