Terraform Built-in Functions to Write Configuration
Explore how to apply Terraform's built-in functions across numeric, string, and collection types to write dynamic infrastructure configurations. Understand function syntax, argument types, and test outputs using the Terraform console to build reliable Infrastructure as Code.
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 ...
...