String interpolation
String interpolation is the concept of baking other objects (e.g. local values and variables) into a string.
In the following example there is a variable representing a name, and a local value representing the current date. Both the variable and the local value are used to construct an output string using string interpolation:
main.tf
| |