...
/Terraform Built-in Functions to Write Configuration
Terraform Built-in Functions to Write Configuration
Learn about Terraform built-in functions that can be used to write configuration.
We'll cover the following...
We'll cover the following...
Function categories
The format of data returned by data sources and resources may not be in the format we need to pass to another resource. We may also want to transform outputs from a module, combine variables, or read in file data. Terraform offers built-in functions to perform many of these tasks. There are nine different function categories:
- Numeric
- String
- Collection
- Encoding
- Filesystem
- Date and time
- Hash and crypto
- IP network
- Type conversion