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

@@ -46,5 +46,5 @@ Invalid value for "number" parameter: cannot parse "12" as a base 2 integer.
## Related Functions
* [`format`](/terraform/language/functions/format) can format numbers and other values into strings,
* [`format`](/opentf/language/functions/format) can format numbers and other values into strings,
with optional zero padding, alignment, etc.