mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
Update website/docs/language/functions/format.mdx
This commit is contained in:
parent
e90f9286c2
commit
91d6c50ccc
@ -15,7 +15,7 @@ other similar functions in other programming languages.
|
||||
format(spec, values...)
|
||||
```
|
||||
|
||||
In addition to `string`, `bool`, and `number`, you can use `format` to convert items of `null`, `list`, and `map` types into a formatted string.
|
||||
You can use `format` to convert all [Terraform language types](/language/expressions/types#types) into a formatted string, including items of `null`, `list`, and `map` types.
|
||||
|
||||
## Examples
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user