Update website/docs/language/functions (#227)

Signed-off-by: Marcin Białoń <mbialon@spacelift.io>
This commit is contained in:
Marcin Białoń
2023-08-30 14:59:37 +02:00
committed by GitHub
parent 19c658c516
commit 554f303899
101 changed files with 312 additions and 388 deletions

View File

@@ -23,7 +23,7 @@ helloworld
## Related Functions
* [`trim`](/terraform/language/functions/trim) removes characters at the start and end of a string.
* [`trimsuffix`](/terraform/language/functions/trimsuffix) removes a word from the end of a string.
* [`trimspace`](/terraform/language/functions/trimspace) removes all types of whitespace from
* [`trim`](/opentf/language/functions/trim) removes characters at the start and end of a string.
* [`trimsuffix`](/opentf/language/functions/trimsuffix) removes a word from the end of a string.
* [`trimspace`](/opentf/language/functions/trimspace) removes all types of whitespace from
both the start and the end of a string.