Process Flow - String functions (join, split, format)
Start with strings
Use split() to break string into list
Use join() to combine list into string
Use format() to create formatted string
Output final string or list
This flow shows how Terraform string functions split, join, and format work step-by-step to transform strings and lists.