github.com/pulumi/terraform@v1.4.0/website/docs/internals/index.mdx (about) 1 --- 2 page_title: Internals 3 description: >- 4 Learn how Terraform generates the resource dependency graph and executes other internal processes. 5 --- 6 7 # Terraform Internals 8 9 This section covers the internals of Terraform and explains how 10 plans are generated, the lifecycle of a provider, etc. The goal 11 of this section is to remove any notion of "magic" from Terraform. 12 We want you to be able to trust and understand what Terraform is 13 doing to function. 14 15 -> **Note:** Knowledge of Terraform internals is not 16 required to use Terraform. If you aren't interested in the internals 17 of Terraform, you may safely skip this section.