github.com/wikibal01/hashicorp-terraform@v0.11.12-beta1/website/docs/internals/index.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "Internals" 4 sidebar_current: "docs-internals" 5 description: |- 6 This section covers the internals of Terraform and explains how plans are generated, the lifecycle of a provider, etc. The goal of this section is to remove any notion of "magic" from Terraform. We want you to be able to trust and understand what Terraform is doing to function. 7 --- 8 9 # Terraform Internals 10 11 This section covers the internals of Terraform and explains how 12 plans are generated, the lifecycle of a provider, etc. The goal 13 of this section is to remove any notion of "magic" from Terraform. 14 We want you to be able to trust and understand what Terraform is 15 doing to function. 16 17 -> **Note:** Knowledge of Terraform internals is not 18 required to use Terraform. If you aren't interested in the internals 19 of Terraform, you may safely skip this section.