...

/

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.

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 ...

...