Process Flow - Root module concept
Start Terraform Run
Load Root Module
Parse root main.tf
Load child modules if any
Evaluate variables and outputs
Plan and Apply Infrastructure
End
Terraform starts by loading the root module, which is the main folder with configuration files. It then processes any child modules, variables, and outputs before applying changes.