mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-31 01:01:27 -04:00
Co-authored-by: Matthew Garrell <69917312+mgarrell777@users.noreply.github.com> Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Co-authored-by: Kevin Wang <kwangsan@gmail.com> Co-authored-by: Judith Malnick <judith@hashicorp.com> Co-authored-by: Martin Atkins <mart@degeneration.co.uk> Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com>
18 lines
621 B
Plaintext
18 lines
621 B
Plaintext
---
|
|
page_title: Internals
|
|
description: >-
|
|
Learn how Terraform generates the resource dependency graph and executes other internal processes.
|
|
---
|
|
|
|
# Terraform Internals
|
|
|
|
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.
|
|
|
|
-> **Note:** Knowledge of Terraform internals is not
|
|
required to use Terraform. If you aren't interested in the internals
|
|
of Terraform, you may safely skip this section.
|