mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Update format function to mention list/map types
This commit is contained in:
@@ -15,6 +15,8 @@ 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.
|
||||
|
||||
## Examples
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user