Process Flow - Terraform.workspace interpolation
Start Terraform run
Detect current workspace
Interpolate ${terraform.workspace}
Use workspace name in config
Apply config with workspace-specific values
End
Terraform detects the current workspace, replaces ${terraform.workspace} with its name, and applies configuration accordingly.