Process Flow - Terraform output command
Run 'terraform apply'
Resources created
Outputs defined in config
Run 'terraform output'
Terraform reads state file
Outputs values displayed
User sees output values
Terraform creates resources, stores their info, then 'terraform output' reads and shows these stored output values.