Process Flow - Module outputs
Define output in module
Run terraform apply
Terraform processes module
Module generates output value
Output value available to root module
Use output in root module or display
This flow shows how a Terraform module defines outputs, which are then produced during apply and made available to the root module or user.