Process Flow - Environment variables (TF_VAR_)
Set environment variable TF_VAR_name=value
Run terraform command
Terraform reads environment variables
Terraform maps TF_VAR_name to variable 'name'
Variable 'name' gets value from environment
Terraform applies configuration using variable value
Terraform reads environment variables starting with TF_VAR_ and uses their values to set input variables during execution.