Update website/docs/language/functions/format.mdx

pull/31351/head
Laura Pacilio 4 years ago committed by GitHub
parent e90f9286c2
commit 91d6c50ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save