mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update website/docs/language/functions/tostring.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
This commit is contained in:
parent
40dfd20dda
commit
e1148b3ad7
@ -12,7 +12,7 @@ convert types automatically where required. Use the explicit type conversion
|
||||
functions only to normalize types returned in module outputs.
|
||||
|
||||
Only the primitive types (string, number, and bool) and `null` can be converted to string.
|
||||
`tostring(null)` produces a `null` value of type `string`. All other values will produce an error.
|
||||
`tostring(null)` produces a `null` value of type `string`. All other values produce an error.
|
||||
|
||||
## Examples
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user