Process Flow - File naming conventions (.tf files)
Start Terraform Project
Create .tf files
Name files by purpose
Terraform loads all .tf files
Apply configuration
End
Terraform reads all .tf files in a folder. Naming files by purpose helps organize and understand the project.